Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1150)

Unified Diff: content/common/browser_plugin/browser_plugin_messages.h

Issue 1254883006: Bubble scroll events from WebView guest to embedder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Complete test. Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 */)
« no previous file with comments | « content/browser/frame_host/render_widget_host_view_guest.cc ('k') | content/renderer/browser_plugin/browser_plugin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698