| 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 3e98bdec89d089ec420f32847ca17490298ca68b..1431b5df6698878125d12f0e400fa75e4a97886d 100644
|
| --- a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
|
| +++ b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
|
| @@ -204,10 +204,6 @@ class CORE_EXPORT CompositedLayerMapping final : public GraphicsLayerClient {
|
|
|
| // GraphicsLayerClient interface
|
| void invalidateTargetElementForTesting() override;
|
| - void notifyPaint(bool isFirstPaint,
|
| - bool textPainted,
|
| - bool imagePainted) override;
|
| -
|
| IntRect computeInterestRect(
|
| const GraphicsLayer*,
|
| const IntRect& previousInterestRect) const override;
|
|
|