| Index: third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| index ed59cd9b1fa5d2f304eb149e7295945a23aa0012..f64fb3a5c0823777fad81ab716b3db786613cd07 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| @@ -192,7 +192,7 @@ public:
|
|
|
| void setContentsNeedsDisplay();
|
|
|
| - void invalidateDisplayItemClient(const DisplayItemClientWrapper&, PaintInvalidationReason, const IntRect& previousPaintInvalidationRect, const IntRect& newPaintInvalidationRect);
|
| + void invalidateDisplayItemClient(const DisplayItemClientWrapper&, PaintInvalidationReason, const Vector<IntRect>& paintInvalidationRects);
|
|
|
| // Set that the position/size of the contents (image or video).
|
| void setContentsRect(const IntRect&);
|
|
|