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 95e1a65654fd9933e10d3e9d9f9f4fa52a1f3c8b..24e735c7e3025d23a200962dfdbe7a148e519270 100644 |
--- a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h |
+++ b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h |
@@ -123,8 +123,9 @@ public: |
// LayoutRect is in the coordinate space of the layer's layout object. |
void setContentsNeedDisplayInRect(const LayoutRect&, PaintInvalidationReason); |
- void invalidateDisplayItemClient(const DisplayItemClientWrapper&, PaintInvalidationReason, const LayoutRect& previousPaintInvalidationRect, const LayoutRect& newPaintInvalidationRect); |
- void invalidateDisplayItemClientOnScrollingContentsLayer(const DisplayItemClientWrapper&, PaintInvalidationReason, const LayoutRect& previousPaintInvalidationRect, const LayoutRect& newPaintInvalidationRect); |
+ // |visibleContentRect| (if not null) is in the coordinate space of the layer's layout object. |
+ void invalidateDisplayItemClient(const DisplayItemClientWrapper&, PaintInvalidationReason, const LayoutRect* visibleContentRect); |
+ void invalidateDisplayItemClientOnScrollingContentsLayer(const DisplayItemClientWrapper&, PaintInvalidationReason, const LayoutRect* visibleContentRect); |
// Notification from the layoutObject that its content changed. |
void contentChanged(ContentChangeType); |