Prevent status bar from painting synchronously to prevent flicker. b=129844 r=jkeiser sr=kin
git-svn-id: svn://10.0.0.236/trunk@141224 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -5171,7 +5171,7 @@ PresShell::FlushPendingNotifications(PRBool aUpdateViews)
|
||||
ProcessReflowCommands(PR_FALSE);
|
||||
|
||||
if (aUpdateViews && mViewManager) {
|
||||
mViewManager->EndUpdateViewBatch(NS_VMREFRESH_IMMEDIATE);
|
||||
mViewManager->EndUpdateViewBatch(NS_VMREFRESH_NO_SYNC);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user