diff options
Diffstat (limited to 'content/common/browser_plugin/browser_plugin_messages.h')
-rw-r--r-- | content/common/browser_plugin/browser_plugin_messages.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/content/common/browser_plugin/browser_plugin_messages.h b/content/common/browser_plugin/browser_plugin_messages.h index 50f1504..d84f3b8 100644 --- a/content/common/browser_plugin/browser_plugin_messages.h +++ b/content/common/browser_plugin/browser_plugin_messages.h @@ -206,9 +206,8 @@ IPC_MESSAGE_ROUTED3(BrowserPluginHostMsg_HandleInputEvent, // the previous frame and is ready for the next frame. If the guest sent the // embedder a bitmap that does not match the size of the BrowserPlugin's // container, the BrowserPlugin requests a new size as well. -IPC_MESSAGE_ROUTED4(BrowserPluginHostMsg_UpdateRect_ACK, +IPC_MESSAGE_ROUTED3(BrowserPluginHostMsg_UpdateRect_ACK, int /* instance_id */, - bool /* needs_ack */, BrowserPluginHostMsg_AutoSize_Params /* auto_size_params */, BrowserPluginHostMsg_ResizeGuest_Params /* resize_guest_params */) |