Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1106)

Unified Diff: Source/core/page/FrameView.cpp

Issue 14741004: NOT FOR REVIEW - Update comp-scrolling state at a well defined point in the pipeline. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/page/FrameView.cpp
diff --git a/Source/core/page/FrameView.cpp b/Source/core/page/FrameView.cpp
index 636768f8a632285da6f063abaec6d3ccd8b1fba6..27b1bf5cd8e709af17b4c5cf82803a29bcee8d4b 100644
--- a/Source/core/page/FrameView.cpp
+++ b/Source/core/page/FrameView.cpp
@@ -710,6 +710,8 @@ void FrameView::updateCompositingLayersAfterStyleChange()
if (!renderView)
return;
+ renderView->compositor()->updateCompositingRequirementsState();
+
// If we expect to update compositing after an incipient layout, don't do so here.
if (m_doingPreLayoutStyleUpdate || layoutPending() || renderView->needsLayout())
return;

Powered by Google App Engine
This is Rietveld 408576698