| 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 b5b2165bebb6d49ba0eace73748a1b62add44288..f1735407ea550d8c3c09b1b12adcde58d5d229a5 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| @@ -62,6 +62,7 @@ class Image;
|
| class JSONObject;
|
| class LinkHighlight;
|
| class PaintController;
|
| +struct RasterInvalidationTracking;
|
| class ScrollableArea;
|
| class WebLayer;
|
|
|
| @@ -230,6 +231,7 @@ class PLATFORM_EXPORT GraphicsLayer : public WebLayerScrollClient,
|
|
|
| void resetTrackedRasterInvalidations();
|
| bool hasTrackedRasterInvalidations() const;
|
| + const RasterInvalidationTracking* getRasterInvalidationTracking() const;
|
| void trackRasterInvalidation(const DisplayItemClient&,
|
| const IntRect&,
|
| PaintInvalidationReason);
|
|
|