| 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 d711756d54562d7250b909c4447cd828cbde4716..737271f036626f46034b62f33436f20446ff2ed6 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;
|
|
|