| 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);
|
|
|
|
|