Index: Source/core/page/Chrome.h |
diff --git a/Source/core/page/Chrome.h b/Source/core/page/Chrome.h |
index 3260358d4af438c7ad861b501c7c3c07d48fdc40..7339ded029a894d4f82e14438e41bbb6fdffa6f2 100644 |
--- a/Source/core/page/Chrome.h |
+++ b/Source/core/page/Chrome.h |
@@ -47,6 +47,7 @@ class Page; |
class PopupMenu; |
class PopupMenuClient; |
class PopupOpeningObserver; |
+class Widget; |
struct DateTimeChooserParameters; |
struct ViewportDescription; |
@@ -73,7 +74,7 @@ public: |
void setCursor(const Cursor&); |
- void setWindowRect(const IntRect&) const; |
+ void setWindowRect(Widget*, const IntRect&) const; |
IntRect windowRect() const; |
IntRect pageRect() const; |