Justin
unread,Nov 8, 2012, 5:17:37 PM11/8/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to chromi...@chromium.org
Looking at the RenderView creation (content/renderer/render_thread_impl.cc), I can't see who owns this pointer:
void RenderThreadImpl::OnCreateNewView(const ViewMsg_New_Params& params) {
EnsureWebKitInitialized();
// When bringing in render_view, also bring in webkit's glue and jsbindings.
RenderViewImpl::Create(...)
Create() appears to return a raw pointer, so how does the instance of RenderViewImpl persist? I had a quick look through the Create() method and constructor but can't see any places where the instance is managed.
Thanks,
Justin.