| Index: Source/core/rendering/compositing/CompositedLayerMapping.h
|
| diff --git a/Source/core/rendering/compositing/CompositedLayerMapping.h b/Source/core/rendering/compositing/CompositedLayerMapping.h
|
| index 7565b18916bf8be393930a1f447cb219cf4b42f0..7c09cfa3889b46dd64e87bb1ad16720c6fb7d82d 100644
|
| --- a/Source/core/rendering/compositing/CompositedLayerMapping.h
|
| +++ b/Source/core/rendering/compositing/CompositedLayerMapping.h
|
| @@ -122,7 +122,7 @@ public:
|
| void setContentsNeedDisplayInRect(const LayoutRect&, PaintInvalidationReason);
|
|
|
| // Notification from the renderer that its content changed.
|
| - void contentChanged(ContentChangeType);
|
| + void contentChanged(ContentChangeType, const IntRect&);
|
|
|
| LayoutRect compositedBounds() const { return m_compositedBounds; }
|
| IntRect pixelSnappedCompositedBounds() const;
|
|
|