| Index: public/platform/WebLayer.h
|
| diff --git a/public/platform/WebLayer.h b/public/platform/WebLayer.h
|
| index 84f53d9bfd5ad18877307ed76dd0a91e3edee0b8..943c4b91c891ae319dd52c13de720642c00c2d62 100644
|
| --- a/public/platform/WebLayer.h
|
| +++ b/public/platform/WebLayer.h
|
| @@ -59,6 +59,7 @@ public:
|
|
|
| // Sets a region of the layer as invalid, i.e. needs to update its content.
|
| virtual void invalidateRect(const WebFloatRect&) = 0;
|
| + virtual void invalidateRect(const WebRect&) = 0;
|
|
|
| // Sets the entire layer as invalid, i.e. needs to update its content.
|
| virtual void invalidate() = 0;
|
|
|