| Index: Source/core/rendering/RenderLayer.h
|
| diff --git a/Source/core/rendering/RenderLayer.h b/Source/core/rendering/RenderLayer.h
|
| index b34621eef9eb4083c115ad0830df318ab4698adc..dcdfbb3a759f018bf0a6e6ba56e111a942fc67ed 100644
|
| --- a/Source/core/rendering/RenderLayer.h
|
| +++ b/Source/core/rendering/RenderLayer.h
|
| @@ -141,7 +141,7 @@ public:
|
|
|
| // Notification from the renderer that its content changed (e.g. current frame of image changed).
|
| // Allows updates of layer content without invalidating paint.
|
| - void contentChanged(ContentChangeType);
|
| + void contentChanged(ContentChangeType, const IntRect&);
|
|
|
| void updateLayerPositionsAfterLayout();
|
|
|
|
|