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

Unified Diff: content/common/view_messages.h

Issue 281663002: Create RenderFrameProxyHost at time of swap-out instead of commit. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ready for review Created 6 years, 7 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: content/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 006cdd1d8824d6ef683c883f71f6988f42962522..7486aae096cc8d6fa59e22ad0416e8bb59777469 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -446,6 +446,10 @@ IPC_STRUCT_BEGIN(ViewMsg_New_Params)
// The ID of the main frame hosted in the view.
IPC_STRUCT_MEMBER(int32, main_frame_routing_id)
+ // The ID of the proxy object for the main frame in this view. It is only
+ // used if |swapped_out| is true.
Charlie Reis 2014/05/15 00:32:50 Maybe it should be declared just below swapped_out
nasko 2014/05/15 18:47:13 It made sense to group it with all routing ids. If
+ IPC_STRUCT_MEMBER(int32, proxy_routing_id)
+
// The ID of the rendering surface.
IPC_STRUCT_MEMBER(int32, surface_id)

Powered by Google App Engine
This is Rietveld 408576698