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 9906bc1fc3418c9cb4aab02732fc97dabfc6a1e4..e133f32587eb0859934b54f0e8ee9cf0a5206ab0 100644 |
--- a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h |
+++ b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h |
@@ -124,10 +124,7 @@ public: |
// LayoutRect is in the coordinate space of the layer's layout object. |
void setContentsNeedDisplayInRect(const LayoutRect&, PaintInvalidationReason); |
- // If |visualRect| is not nullptr, it contains all pixels that might be painted by the display item client, |
- // 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 invalidateDisplayItemClient(const DisplayItemClient&, PaintInvalidationReason); |
// Notification from the layoutObject that its content changed. |
void contentChanged(ContentChangeType); |