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) |