Index: content/common/browser_plugin/browser_plugin_messages.h |
diff --git a/content/common/browser_plugin/browser_plugin_messages.h b/content/common/browser_plugin/browser_plugin_messages.h |
index 5dd80056ecd50b0f9e1a6db952bc4454a3d0534d..b3d5669ebad95531fecb1cd522cd7c333ef0a70c 100644 |
--- a/content/common/browser_plugin/browser_plugin_messages.h |
+++ b/content/common/browser_plugin/browser_plugin_messages.h |
@@ -44,6 +44,8 @@ IPC_STRUCT_BEGIN(BrowserPluginHostMsg_AutoSize_Params) |
IPC_STRUCT_END() |
IPC_STRUCT_BEGIN(BrowserPluginHostMsg_ResizeGuest_Params) |
+ // Indicates whether the parameters have been populated or not. |
+ IPC_STRUCT_MEMBER(bool, size_changed) |
// The sequence number used to uniquely identify the damage buffer for the |
// current container size. |
IPC_STRUCT_MEMBER(uint32, damage_buffer_sequence_id) |