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