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

Unified Diff: third_party/WebKit/Source/platform/graphics/GraphicsLayerClient.h

Issue 2380683006: SPv2: Add support for tracking raster paint invalidations in testing. (Closed)
Patch Set: none Created 4 years, 2 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 e3ca5ac85e441e5b5af68b10033e6ca1cceb915b..95f94f582aa62ab12bda76c6295f84ad2758149e 100644
--- a/third_party/WebKit/Source/platform/graphics/GraphicsLayerClient.h
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayerClient.h
@@ -80,7 +80,7 @@ class PLATFORM_EXPORT GraphicsLayerClient {
GraphicsLayerPaintingPhase,
const IntRect& interestRect) const = 0;
- virtual bool isTrackingPaintInvalidations() const { return false; }
+ virtual bool isTrackingRasterInvalidations() const { return false; }
virtual String debugName(const GraphicsLayer*) const = 0;

Powered by Google App Engine
This is Rietveld 408576698