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

Unified Diff: content/browser/frame_host/render_widget_host_view_child_frame.h

Issue 2815823003: Notify OverscrollController of gesture events in plugins. (Closed)
Patch Set: Address comments. Created 3 years, 7 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/browser/frame_host/render_widget_host_view_child_frame.h
diff --git a/content/browser/frame_host/render_widget_host_view_child_frame.h b/content/browser/frame_host/render_widget_host_view_child_frame.h
index 70a3b2fcd0ac361252a07264d5feaa5fbbb4cbbd..dbdf8a1164604e14dcccb5e21a3be3516368e8bf 100644
--- a/content/browser/frame_host/render_widget_host_view_child_frame.h
+++ b/content/browser/frame_host/render_widget_host_view_child_frame.h
@@ -164,6 +164,8 @@ class CONTENT_EXPORT RenderWidgetHostViewChildFrame
InputEventAckState FilterInputEvent(
const blink::WebInputEvent& input_event) override;
+ InputEventAckState FilterChildGestureEvent(
+ const blink::WebGestureEvent& gesture_event) override;
void OnSetNeedsFlushInput() override;
BrowserAccessibilityManager* CreateBrowserAccessibilityManager(
BrowserAccessibilityDelegate* delegate, bool for_root_frame) override;

Powered by Google App Engine
This is Rietveld 408576698