Chromium Code Reviews

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

Issue 618253002: Revert of Streamline frame detach (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/core/frame/FrameHost.cpp ('k') | Source/core/frame/LocalFrame.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/LocalFrame.h
diff --git a/Source/core/frame/LocalFrame.h b/Source/core/frame/LocalFrame.h
index 3df03109225c7df6f9d39a174e0f265fc80a5470..46e38899fc12273a06901b872e892e86aab6a133 100644
--- a/Source/core/frame/LocalFrame.h
+++ b/Source/core/frame/LocalFrame.h
@@ -85,6 +85,7 @@
void removeDestructionObserver(FrameDestructionObserver*);
void willDetachFrameHost();
+ void detachFromFrameHost();
virtual void disconnectOwnerElement() OVERRIDE;
« no previous file with comments | « Source/core/frame/FrameHost.cpp ('k') | Source/core/frame/LocalFrame.cpp » ('j') | no next file with comments »

Powered by Google App Engine