| Index: third_party/WebKit/public/platform/WebLayer.h
|
| diff --git a/third_party/WebKit/public/platform/WebLayer.h b/third_party/WebKit/public/platform/WebLayer.h
|
| index 7ce4091cdc0d60f5583f1d8bbb3d7ad0b356368c..20f5967d9b3b6c3dc8112dabd27e1df3a0846fa6 100644
|
| --- a/third_party/WebKit/public/platform/WebLayer.h
|
| +++ b/third_party/WebKit/public/platform/WebLayer.h
|
| @@ -61,6 +61,7 @@ public:
|
|
|
| // Sets a region of the layer as invalid, i.e. needs to update its content.
|
| virtual void invalidateRect(const WebRect&) = 0;
|
| + virtual void invalidateRects(const std::vector<blink::WebRect>&) = 0;
|
|
|
| // Sets the entire layer as invalid, i.e. needs to update its content.
|
| virtual void invalidate() = 0;
|
|
|