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 4b4c4c2dfecba70de6ae9e8367cf3fffbcc5d121..7a5a685e9dfdb055e7c79e5b54cec7b8b4ad9a42 100644 |
--- a/content/common/browser_plugin/browser_plugin_messages.h |
+++ b/content/common/browser_plugin/browser_plugin_messages.h |
@@ -217,3 +217,8 @@ IPC_MESSAGE_CONTROL2(BrowserPluginMsg_SetTooltipText, |
IPC_MESSAGE_CONTROL2(BrowserPluginHostMsg_CompositorFrameSwappedACK, |
int /* browser_plugin_instance_id */, |
FrameHostMsg_CompositorFrameSwappedACK_Params /* params */) |
+ |
+// Acknowledge that we have acked a scrollevent. |
+// Note: This message is *not* browserplugin specific. |
+IPC_MESSAGE_CONTROL1(BrowserPluginMsg_SignalScrollCompletionEvent, |
+ bool /* handled */) |