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

Unified Diff: Source/web/RemoteFrameClientImpl.cpp

Issue 645623004: Reland "Streamline frame detach" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Move frame count inc/dec to WebFrame append/removeChild Created 6 years, 2 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/web/RemoteFrameClientImpl.cpp
diff --git a/Source/web/RemoteFrameClientImpl.cpp b/Source/web/RemoteFrameClientImpl.cpp
index e13961e9d8446ba044dd65a5f15241d3e20552f5..5d14cf5f96fb200fb4607b1d68f216143bca995e 100644
--- a/Source/web/RemoteFrameClientImpl.cpp
+++ b/Source/web/RemoteFrameClientImpl.cpp
@@ -18,6 +18,11 @@ RemoteFrameClientImpl::RemoteFrameClientImpl(WebRemoteFrameImpl* webFrame)
{
}
+void RemoteFrameClientImpl::detached()
+{
+ // FIXME: Implement.
+}
+
Frame* RemoteFrameClientImpl::opener() const
{
return toCoreFrame(m_webFrame->opener());

Powered by Google App Engine
This is Rietveld 408576698