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

Unified Diff: Source/web/WebFrameImpl.h

Issue 115293005: Add a layer of indirection between Frame and Page (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Make GCC happy Created 7 years 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/testing/DummyPageHolder.cpp ('k') | Source/web/WebFrameImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebFrameImpl.h
diff --git a/Source/web/WebFrameImpl.h b/Source/web/WebFrameImpl.h
index a6133cb0ddb274142fdb2df1481b95700f416594..03eb06434022d5321dbfd51e08e16ac2858e60a6 100644
--- a/Source/web/WebFrameImpl.h
+++ b/Source/web/WebFrameImpl.h
@@ -238,7 +238,7 @@ public:
virtual WebString layerTreeAsText(bool showDebugInfo = false) const;
// WebCore::FrameDestructionObserver methods.
- virtual void willDetachPage();
+ virtual void willDetachFrameHost();
static WebFrameImpl* create(WebFrameClient*);
// FIXME: Move the embedderIdentifier concept fully to the embedder and
« no previous file with comments | « Source/core/testing/DummyPageHolder.cpp ('k') | Source/web/WebFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698