| Index: public/platform/WebLayer.h
|
| diff --git a/public/platform/WebLayer.h b/public/platform/WebLayer.h
|
| index 84f53d9bfd5ad18877307ed76dd0a91e3edee0b8..5d3bac1b7bda48f468b4aee6bb75af0019b6920b 100644
|
| --- a/public/platform/WebLayer.h
|
| +++ b/public/platform/WebLayer.h
|
| @@ -47,7 +47,6 @@ class WebFilterOperations;
|
| class WebLayerClient;
|
| class WebLayerScrollClient;
|
| struct WebFloatPoint;
|
| -struct WebFloatRect;
|
| struct WebLayerPositionConstraint;
|
|
|
| class WebLayer {
|
| @@ -58,7 +57,7 @@ public:
|
| virtual int id() const = 0;
|
|
|
| // 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;
|
|
|