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

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

Issue 2623043002: Fix first paint tracking for SPv2 (Closed)
Patch Set: - Created 3 years, 11 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 d837f607bd27b632f6da6285eaa817aaf3d48dd8..fb210b8ce272eb07f072a8fbb7819f0540844a19 100644
--- a/third_party/WebKit/Source/core/frame/FrameView.h
+++ b/third_party/WebKit/Source/core/frame/FrameView.h
@@ -869,6 +869,8 @@ class CORE_EXPORT FrameView final
void updateStyleAndLayoutIfNeededRecursiveInternal();
void invalidateTreeIfNeededRecursiveInternal();
+ // TODO(wangxianzhu): Remove the parameter and use m_paintController for SPv2.
+ void notifyPaint(const PaintController&) const;
void pushPaintArtifactToCompositor();
void reset();

Powered by Google App Engine
This is Rietveld 408576698