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

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

Issue 2795263002: Add a new document lifecycle; CompositingInputsClean (Closed)
Patch Set: Rebase Created 3 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: third_party/WebKit/Source/core/frame/FrameView.h
diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h
index 6ee56bb045e0fa7d121db8d80a6e4b2ad9758913..05cff25605e41b073e8223a3bc640cbaf7bb9dee 100644
--- a/third_party/WebKit/Source/core/frame/FrameView.h
+++ b/third_party/WebKit/Source/core/frame/FrameView.h
@@ -293,6 +293,11 @@ class CORE_EXPORT FrameView final
// throttling is allowed).
void UpdateLifecycleToCompositingCleanPlusScrolling();
+ // Computes the style, layout, and compositing inputs lifecycle stages if
+ // needed. After calling this method, all frames will be in a lifecycle state
+ // >= CompositingInputsClean (unless throttling is allowed).
+ void UpdateLifecycleToCompositingInputsClean();
+
// Computes only the style and layout lifecycle stages.
// After calling this method, all frames will be in a lifecycle
// state >= LayoutClean (unless throttling is allowed).
« no previous file with comments | « third_party/WebKit/Source/core/dom/DocumentLifecycle.cpp ('k') | third_party/WebKit/Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698