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

Unified Diff: content/renderer/render_thread_impl.h

Issue 1409693009: Fix leaking of RenderFrames. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Send Detach IPC from the RFH destructor. Created 5 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
Index: content/renderer/render_thread_impl.h
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h
index f2292f5f34ffe4a3c4dd63290ddde481c8a71fb7..b9aed851ed60ac5128d3f2c205964ffe4296695d 100644
--- a/content/renderer/render_thread_impl.h
+++ b/content/renderer/render_thread_impl.h
@@ -468,6 +468,7 @@ class CONTENT_EXPORT RenderThreadImpl
void InitializeCompositorThread();
void OnCreateNewFrame(FrameMsg_NewFrame_Params params);
+ void OnDetachFrame(int routing_id);
void OnCreateNewFrameProxy(int routing_id,
int render_view_routing_id,
int opener_routing_id,

Powered by Google App Engine
This is Rietveld 408576698