| 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 d49e3f6e612ceb852bc6f7987df9d5c5028493c9..78dacef2aedcb563d2f01f6357a632c095483027 100644
|
| --- a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
|
| +++ b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
|
| @@ -38,6 +38,7 @@
|
|
|
| namespace blink {
|
|
|
| +class InvalidationDebugging;
|
| class PaintLayerCompositor;
|
|
|
| // A GraphicsLayerPaintInfo contains all the info needed to paint a partial
|
| @@ -168,15 +169,15 @@ class CORE_EXPORT CompositedLayerMapping final : public GraphicsLayerClient {
|
| // LayoutRect is in the coordinate space of the layer's layout object.
|
| void setContentsNeedDisplayInRect(const LayoutRect&,
|
| PaintInvalidationReason,
|
| - const DisplayItemClient&);
|
| + const InvalidationDebugging&);
|
| // Invalidates just the non-scrolling content layers.
|
| void setNonScrollingContentsNeedDisplayInRect(const LayoutRect&,
|
| PaintInvalidationReason,
|
| - const DisplayItemClient&);
|
| + const InvalidationDebugging&);
|
| // Invalidates just scrolling content layers.
|
| void setScrollingContentsNeedDisplayInRect(const LayoutRect&,
|
| PaintInvalidationReason,
|
| - const DisplayItemClient&);
|
| + const InvalidationDebugging&);
|
|
|
| // Notification from the layoutObject that its content changed.
|
| void contentChanged(ContentChangeType);
|
|
|