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

Unified Diff: third_party/WebKit/Source/core/frame/FrameView.cpp

Issue 2543913002: Generalize visible descendant dirty bits to prepare for more properties. (Closed)
Patch Set: none Created 4 years 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: third_party/WebKit/Source/core/frame/FrameView.cpp
diff --git a/third_party/WebKit/Source/core/frame/FrameView.cpp b/third_party/WebKit/Source/core/frame/FrameView.cpp
index 3524f4d76886fecba87d9725b2c88cfc03c5905c..42f8782b2bf20757bbcaca791181b31098e29496 100644
--- a/third_party/WebKit/Source/core/frame/FrameView.cpp
+++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
@@ -2845,6 +2845,7 @@ void FrameView::updateLifecyclePhasesInternal(
DocumentAnimations::updateAnimations(layoutView()->document());
forAllNonThrottledFrameViews([](FrameView& frameView) {
+ frameView.layoutView()->layer()->updateDescendantDependentFlags();
frameView.layoutView()->commitPendingSelection();
});
}

Powered by Google App Engine
This is Rietveld 408576698