| Index: Source/core/rendering/compositing/CompositedLayerMapping.h
|
| diff --git a/Source/core/rendering/compositing/CompositedLayerMapping.h b/Source/core/rendering/compositing/CompositedLayerMapping.h
|
| index 7f2d4331e7fc1acfe02e0db8384b1c62481381ee..07c53c1b360f7446fbb1b099e4c23d571ab3d6fc 100644
|
| --- a/Source/core/rendering/compositing/CompositedLayerMapping.h
|
| +++ b/Source/core/rendering/compositing/CompositedLayerMapping.h
|
| @@ -132,7 +132,7 @@ public:
|
| void setSquashingContentsNeedDisplay();
|
| void setContentsNeedDisplay();
|
| // r is in the coordinate space of the layer's render object
|
| - void setContentsNeedDisplayInRect(const LayoutRect&);
|
| + void setContentsNeedDisplayInRect(const LayoutRect&, WebInvalidationDebugAnnotations);
|
|
|
| // Notification from the renderer that its content changed.
|
| void contentChanged(ContentChangeType);
|
|
|