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

Unified Diff: third_party/WebKit/Source/platform/graphics/GraphicsLayerClient.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/platform/graphics/GraphicsLayerClient.h
diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayerClient.h b/third_party/WebKit/Source/platform/graphics/GraphicsLayerClient.h
index c121f14768b573cbbe76915da2b52d7ca1829eab..1a9f4ae9e7172adbb3a29427505c9d69f52d13f1 100644
--- a/third_party/WebKit/Source/platform/graphics/GraphicsLayerClient.h
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayerClient.h
@@ -72,9 +72,6 @@ class PLATFORM_EXPORT GraphicsLayerClient {
virtual ~GraphicsLayerClient() {}
virtual void invalidateTargetElementForTesting() {}
- virtual void notifyPaint(bool isFirstPaint,
- bool textPainted,
- bool imagePainted) {}
virtual IntRect computeInterestRect(
const GraphicsLayer*,

Powered by Google App Engine
This is Rietveld 408576698