| 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 a46b0590b42b82d7a4ae2f3658078f8b95f14a6c..bd7baaed155b2d2f464dc65f7a080baf4aa48cbb 100644
|
| --- a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
|
| +++ b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
|
| @@ -155,9 +155,7 @@ public:
|
| void updateElementIdAndCompositorMutableProperties();
|
|
|
| // GraphicsLayerClient interface
|
| - void notifyFirstPaint() override;
|
| - void notifyFirstTextPaint() override;
|
| - void notifyFirstImagePaint() override;
|
| + void notifyPaint(bool isFirstPaint, bool textPainted, bool imagePainted) override;
|
|
|
| IntRect computeInterestRect(const GraphicsLayer*, const IntRect& previousInterestRect) const override;
|
| LayoutSize subpixelAccumulation() const final;
|
|
|