Backed out changeset a2d46929bcbd

This commit is contained in:
Dão Gottwald 2009-09-26 22:21:22 +02:00
Родитель 45bc002cce
Коммит 81d595819c
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -4438,9 +4438,9 @@ PresShell::DispatchSynthMouseMove(nsGUIEvent *aEvent,
{
PRUint32 hoverGenerationBefore = mFrameConstructor->GetHoverGeneration();
nsEventStatus status;
nsIView* targetView;
targetView = nsIView::GetViewFor(aEvent->widget);
mViewManager->DispatchEvent(aEvent, targetView, &status);
nsIView* rootView;
mViewManager->GetRootView(rootView);
mViewManager->DispatchEvent(aEvent, rootView, &status);
if (aFlushOnHoverChange &&
hoverGenerationBefore != mFrameConstructor->GetHoverGeneration()) {
// Flush so that the resulting reflow happens now so that our caller