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 86127d6011a35ceb525b078ddac26690ed57c741..7123605b43678da0bbc7d1301608ef0bdb409d63 100644 |
--- a/content/common/browser_plugin/browser_plugin_messages.h |
+++ b/content/common/browser_plugin/browser_plugin_messages.h |
@@ -50,7 +50,6 @@ IPC_STRUCT_END() |
IPC_STRUCT_BEGIN(BrowserPluginHostMsg_Attach_Params) |
IPC_STRUCT_MEMBER(bool, focused) |
IPC_STRUCT_MEMBER(bool, visible) |
- IPC_STRUCT_MEMBER(bool, opaque) |
IPC_STRUCT_MEMBER(BrowserPluginHostMsg_ResizeGuest_Params, |
resize_guest_params) |
IPC_STRUCT_MEMBER(gfx::Point, origin) |
@@ -136,11 +135,6 @@ IPC_MESSAGE_ROUTED2(BrowserPluginHostMsg_SetVisibility, |
int /* browser_plugin_instance_id */, |
bool /* visible */) |
-// Tells the guest to change its background opacity. |
-IPC_MESSAGE_ROUTED2(BrowserPluginHostMsg_SetContentsOpaque, |
- int /* browser_plugin_instance_id */, |
- bool /* opaque */) |
- |
// Tells the guest that a drag event happened on the plugin. |
IPC_MESSAGE_ROUTED5(BrowserPluginHostMsg_DragStatusUpdate, |
int /* browser_plugin_instance_id */, |
@@ -198,6 +192,11 @@ IPC_MESSAGE_CONTROL2(BrowserPluginMsg_ShouldAcceptTouchEvents, |
int /* browser_plugin_instance_id */, |
bool /* accept */) |
+// Tells the guest to change its background opacity. |
+IPC_MESSAGE_CONTROL2(BrowserPluginMsg_SetContentsOpaque, |
+ int /* browser_plugin_instance_id */, |
+ bool /* opaque */) |
+ |
// Inform the embedder of the cursor the guest wishes to display. |
IPC_MESSAGE_CONTROL2(BrowserPluginMsg_SetCursor, |
int /* browser_plugin_instance_id */, |