| 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 e5898d75c6d9c29358484059c1496028829229a0..9906bc1fc3418c9cb4aab02732fc97dabfc6a1e4 100644
|
| --- a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
|
| +++ b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
|
| @@ -128,7 +128,6 @@ public:
|
| // in coordinate space of the layer's layout object.
|
| // |visualRect| can be nullptr if we know it's unchanged and PaintController has cached the previous value.
|
| void invalidateDisplayItemClient(const DisplayItemClient&, PaintInvalidationReason, const LayoutRect* visualRect);
|
| - void invalidateDisplayItemClientOnScrollingContentsLayer(const DisplayItemClient&, PaintInvalidationReason, const LayoutRect* visualRect);
|
|
|
| // Notification from the layoutObject that its content changed.
|
| void contentChanged(ContentChangeType);
|
|
|