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

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

Issue 1238123004: Slimming Paint phase 2 compositing algorithm plumbing & skeleton display list API. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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/frame/FrameView.h
diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
index c4a749c3f60f2179d2bb4ad5f06e3243fc040e57..a11ea52a4d9f4232b3c6b86686bf9a297cf572a3 100644
--- a/Source/core/frame/FrameView.h
+++ b/Source/core/frame/FrameView.h
@@ -231,6 +231,8 @@ public:
// Run all needed lifecycle stages. After calling this method, all frames will be in the lifecycle state PaintInvalidationClean.
void updateAllLifecyclePhases();
+ void updateAllLifecyclePhasesIncludingPaint();
+
// Computes the style, layout and compositing lifecycle stages if needed. After calling this method, all frames wil lbe in a lifecycle
// state >= CompositingClean, and scrolling has been updated.
void updateLifecycleToCompositingCleanPlusScrolling();
@@ -608,9 +610,11 @@ private:
void setScrollOffset(const DoublePoint&, ScrollType) override;
void updateAllLifecyclePhasesInternal();
+ void updateAllLifecyclePhasesIncludingPaintInternal();
void invalidateTreeIfNeededRecursive();
void scrollContentsIfNeededRecursive();
void updateStyleAndLayoutIfNeededRecursive();
+ void paintAndComposite();
void updatePostLifecycleData();
void reset();

Powered by Google App Engine
This is Rietveld 408576698