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

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

Issue 2795263002: Add a new document lifecycle; CompositingInputsClean (Closed)
Patch Set: Rebase past blink reformat 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 a14cd18faf008c02386acaba557ae1e1683d664f..90945039cdf8119703615a4d3d5aa7a45a132145 100644
--- a/third_party/WebKit/Source/core/frame/FrameView.h
+++ b/third_party/WebKit/Source/core/frame/FrameView.h
@@ -286,6 +286,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).

Powered by Google App Engine
This is Rietveld 408576698