Loading view/src/nsViewManager.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -581,8 +581,9 @@ NS_IMETHODIMP nsViewManager::Composite() if (!IsRootVM()) { return RootViewManager()->Composite(); } #ifndef MOZ_GFX_OPTIMIZE_MOBILE if (UpdateCount() > 0) #endif { ForceUpdate(); ClearUpdateCount(); Loading Loading
view/src/nsViewManager.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -581,8 +581,9 @@ NS_IMETHODIMP nsViewManager::Composite() if (!IsRootVM()) { return RootViewManager()->Composite(); } #ifndef MOZ_GFX_OPTIMIZE_MOBILE if (UpdateCount() > 0) #endif { ForceUpdate(); ClearUpdateCount(); Loading