summaryrefslogtreecommitdiffstats
path: root/extensions/common/extension_messages.h
diff options
context:
space:
mode:
authorpaulmeyer <paulmeyer@chromium.org>2015-01-22 11:13:00 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-22 19:13:54 +0000
commit1b61eb2416aa8b922134955d7a4ef412b45b3f9e (patch)
tree6095bffb8de095d84c92f3cf11a6c70e12c35f2b /extensions/common/extension_messages.h
parente5db46e6dec58a157e114d8f64e9f98a6eee3bc2 (diff)
downloadchromium_src-1b61eb2416aa8b922134955d7a4ef412b45b3f9e.zip
chromium_src-1b61eb2416aa8b922134955d7a4ef412b45b3f9e.tar.gz
chromium_src-1b61eb2416aa8b922134955d7a4ef412b45b3f9e.tar.bz2
Added the infrastructure for surfaceProxy.onResize() and SurfaceView.onResize(), as per https://docs.google.com/a/google.com/document/d/1EJfmJSK0JJsxKptSRhepnsOOwvXJNv5nnJ1pZdjGDRQ/edit?usp=sharing.
BUG=434226 Review URL: https://codereview.chromium.org/856563002 Cr-Commit-Position: refs/heads/master@{#312651}
Diffstat (limited to 'extensions/common/extension_messages.h')
-rw-r--r--extensions/common/extension_messages.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/extensions/common/extension_messages.h b/extensions/common/extension_messages.h
index f5505438..ba98050 100644
--- a/extensions/common/extension_messages.h
+++ b/extensions/common/extension_messages.h
@@ -798,10 +798,11 @@ IPC_MESSAGE_CONTROL4(ExtensionHostMsg_AttachGuest,
base::DictionaryValue /* attach_params */)
// Tells the browser to create a mime handler guest view for a plugin.
-IPC_MESSAGE_CONTROL3(ExtensionHostMsg_CreateMimeHandlerViewGuest,
+IPC_MESSAGE_CONTROL4(ExtensionHostMsg_CreateMimeHandlerViewGuest,
int /* render_frame_id */,
std::string /* view_id */,
- int /* element_instance_id */)
+ int /* element_instance_id */,
+ gfx::Size /* element_size */)
// Sent when a query selector request is made from the automation API.
// acc_obj_id is the accessibility tree ID of the starting element.