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

Unified Diff: content/renderer/render_frame_impl.h

Issue 117603002: Always create FrameTreeNodes and RenderFrameHosts for every frame. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add checks for allocation and insertion. 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
Index: content/renderer/render_frame_impl.h
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
index 6a9ac1ac0e738702aa75825e405df0886bcf156f..bd3404af6d94b9516cc94746228ffae5df17d268 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -55,6 +55,7 @@ class CONTENT_EXPORT RenderFrameImpl
RenderFrameImpl* (*create_render_frame_impl)(RenderViewImpl*, int32));
virtual ~RenderFrameImpl();
+ void operator delete(void*);
awong 2013/12/27 21:59:36 Add comment here saying to look at the impl commen
nasko 2013/12/27 22:14:53 Done.
// TODO(jam): this is a temporary getter until all the code is transitioned
// to using RenderFrame instead of RenderView.

Powered by Google App Engine
This is Rietveld 408576698