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

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 a6869a32a7d866ba1b713b2fd9424383bfaed0a9..bd8b0aa83f5c9c775a56d930d135fa3d6e3a529c 100644
--- a/third_party/WebKit/Source/core/frame/FrameView.h
+++ b/third_party/WebKit/Source/core/frame/FrameView.h
@@ -877,6 +877,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