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

Unified Diff: Source/core/frame/Frame.h

Issue 1109213002: Make createWindow (mostly) work with OOPIF (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase 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
« no previous file with comments | « no previous file | Source/core/frame/LocalDOMWindow.h » ('j') | Source/core/page/Chrome.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/Frame.h
diff --git a/Source/core/frame/Frame.h b/Source/core/frame/Frame.h
index 66044496b7c440e950f7c1fdc5d0938f12d86dd6..0e5eca777211cc0612895436ca24891d5dd57629 100644
--- a/Source/core/frame/Frame.h
+++ b/Source/core/frame/Frame.h
@@ -50,6 +50,7 @@ class KURL;
class Page;
class SecurityContext;
class Settings;
+class Widget;
class WindowProxy;
class WindowProxyManager;
@@ -64,6 +65,7 @@ public:
virtual DOMWindow* domWindow() const = 0;
virtual WindowProxy* windowProxy(DOMWrapperWorld&) = 0;
+ virtual Widget* widget() const = 0;
dcheng 2015/04/29 21:37:46 It feels weird that we need to expose this. It loo
Nate Chapin 2015/05/01 20:30:52 Done.
virtual void navigate(Document& originDocument, const KURL&, bool lockBackForwardList) = 0;
virtual void reload(ReloadPolicy, ClientRedirectPolicy) = 0;
« no previous file with comments | « no previous file | Source/core/frame/LocalDOMWindow.h » ('j') | Source/core/page/Chrome.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698