| Index: Source/core/rendering/compositing/CompositedLayerMapping.h
|
| diff --git a/Source/core/rendering/compositing/CompositedLayerMapping.h b/Source/core/rendering/compositing/CompositedLayerMapping.h
|
| index d6e83e1a8787f68a9acf7de2e037526efc24b6ca..d148e7df69e185bdd31a5fba7345dd88ba43f01f 100644
|
| --- a/Source/core/rendering/compositing/CompositedLayerMapping.h
|
| +++ b/Source/core/rendering/compositing/CompositedLayerMapping.h
|
| @@ -133,7 +133,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);
|
|
|