Index: public/platform/WebLayer.h |
diff --git a/public/platform/WebLayer.h b/public/platform/WebLayer.h |
index 84f53d9bfd5ad18877307ed76dd0a91e3edee0b8..84dce35572881c51bb56862e0be5c6771b01ba6f 100644 |
--- a/public/platform/WebLayer.h |
+++ b/public/platform/WebLayer.h |
@@ -58,7 +58,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; |