| Index: Source/platform/graphics/GraphicsLayer.h
|
| diff --git a/Source/platform/graphics/GraphicsLayer.h b/Source/platform/graphics/GraphicsLayer.h
|
| index b57049681317ead1bbd7a1b829bc0e9d84070f25..9d98ee7fbd98552a4a12052ddc0c03ca67f427d9 100644
|
| --- a/Source/platform/graphics/GraphicsLayer.h
|
| +++ b/Source/platform/graphics/GraphicsLayer.h
|
| @@ -186,7 +186,7 @@ public:
|
| // Mark the given rect (in layer coords) as needing display. Never goes deep.
|
| void setNeedsDisplayInRect(const IntRect&, PaintInvalidationReason);
|
|
|
| - void setContentsNeedsDisplay();
|
| + void setContentsNeedsDisplay(const IntRect&);
|
|
|
| // Set that the position/size of the contents (image or video).
|
| void setContentsRect(const IntRect&);
|
|
|