| 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 a0dcd7ae153413af5b46187c3943b18169376036..92d8328dccfadcfd02c81c8955b187b1e8a74c16 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);
|
|
|