Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(552)

Unified Diff: Source/core/page/Chrome.h

Issue 1109213002: Make createWindow (mostly) work with OOPIF (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698