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

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

Issue 2713673005: client-goodbye
Patch Set: Created 3 years, 10 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/GraphicsLayer.h
diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
index 7934c335ce370e5b347f5e2c3021eadb5bce80a4..2a62142493a23a00f0e7ab1fbd56af54c51ba5fd 100644
--- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
@@ -58,6 +58,7 @@ namespace blink {
class CompositorFilterOperations;
class Image;
+class InvalidationDebugging;
class JSONObject;
class LinkHighlight;
class PaintController;
@@ -194,7 +195,7 @@ class PLATFORM_EXPORT GraphicsLayer : public cc::LayerClient,
// Mark the given rect (in layer coords) as needing display. Never goes deep.
void setNeedsDisplayInRect(const IntRect&,
PaintInvalidationReason,
- const DisplayItemClient&);
+ const InvalidationDebugging&);
void setContentsNeedsDisplay();
@@ -229,7 +230,7 @@ class PLATFORM_EXPORT GraphicsLayer : public cc::LayerClient,
void resetTrackedRasterInvalidations();
bool hasTrackedRasterInvalidations() const;
const RasterInvalidationTracking* getRasterInvalidationTracking() const;
- void trackRasterInvalidation(const DisplayItemClient&,
+ void trackRasterInvalidation(const InvalidationDebugging&,
const IntRect&,
PaintInvalidationReason);
« no previous file with comments | « third_party/WebKit/Source/platform/BUILD.gn ('k') | third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698