| Index: third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
|
| diff --git a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
|
| index 0de87d8988f8e085d59700ab766c223cefb2b0e4..aebfb3d871346b10bcebe0f8ee083941d00f7fba 100644
|
| --- a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
|
| +++ b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
|
| @@ -154,6 +154,7 @@ public:
|
| void notifyFirstPaint() override;
|
| void notifyFirstTextPaint() override;
|
| void notifyFirstImagePaint() override;
|
| + void notifyPaintInvalidation(const IntRect* visualRect, int paintCount) override;
|
|
|
| IntRect computeInterestRect(const GraphicsLayer*, const IntRect& previousInterestRect) const override;
|
| bool needsRepaint() const override;
|
|
|