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

Unified Diff: Source/web/FrameLoaderClientImpl.h

Issue 156123004: Move the frame tree into the embedder. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: T -> t Created 6 years, 10 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 | « Source/core/page/FrameTree.cpp ('k') | Source/web/FrameLoaderClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/FrameLoaderClientImpl.h
diff --git a/Source/web/FrameLoaderClientImpl.h b/Source/web/FrameLoaderClientImpl.h
index af40283278d2c490cbbdaf01d954ad745c8ff533..fef39a24dd789e0aedc0fb63d98539490bf25638 100644
--- a/Source/web/FrameLoaderClientImpl.h
+++ b/Source/web/FrameLoaderClientImpl.h
@@ -69,6 +69,12 @@ public:
virtual bool allowScriptExtension(const String& extensionName, int extensionGroup, int worldId) OVERRIDE;
virtual bool hasWebView() const OVERRIDE;
+ virtual WebCore::Frame* parent() const OVERRIDE;
+ virtual WebCore::Frame* top() const OVERRIDE;
+ virtual WebCore::Frame* previousSibling() const OVERRIDE;
+ virtual WebCore::Frame* nextSibling() const OVERRIDE;
+ virtual WebCore::Frame* firstChild() const OVERRIDE;
+ virtual WebCore::Frame* lastChild() const OVERRIDE;
virtual void detachedFromParent() OVERRIDE;
virtual void dispatchWillRequestAfterPreconnect(WebCore::ResourceRequest&) OVERRIDE;
virtual void dispatchWillSendRequest(WebCore::DocumentLoader*, unsigned long identifier, WebCore::ResourceRequest&, const WebCore::ResourceResponse& redirectResponse) OVERRIDE;
« no previous file with comments | « Source/core/page/FrameTree.cpp ('k') | Source/web/FrameLoaderClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698