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

Unified Diff: third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h

Issue 2039363003: FirstMeaningfulPaint UMA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: wait in renderer Created 4 years, 4 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/layout/compositing/CompositedLayerMapping.h
diff --git a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
index 93154db8fa0c64b6e60702df94630dde442daa80..8d03079a6f89d678839186c6092ab1eb46d21dc0 100644
--- a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
+++ b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
@@ -155,9 +155,7 @@ public:
void updateElementIdAndCompositorMutableProperties();
// GraphicsLayerClient interface
- void notifyFirstPaint() override;
- void notifyFirstTextPaint() override;
- void notifyFirstImagePaint() override;
+ void notifyPaint(bool isFirstPaint, bool textPainted, bool imagePainted) override;
IntRect computeInterestRect(const GraphicsLayer*, const IntRect& previousInterestRect) const override;
LayoutSize subpixelAccumulation() const final;

Powered by Google App Engine
This is Rietveld 408576698