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

Unified Diff: content/browser/android/content_view_core_impl.h

Issue 1074553002: [Android] Properly filter GestureFlingCancel events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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
« no previous file with comments | « no previous file | content/browser/android/content_view_core_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/android/content_view_core_impl.h
diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h
index 2b936a1c9cc10f63f1510d33e3890c9b2dc2b09a..94d4cd480a505d6d377ef140a06e1b477224cc5d 100644
--- a/content/browser/android/content_view_core_impl.h
+++ b/content/browser/android/content_view_core_impl.h
@@ -239,7 +239,7 @@ class ContentViewCoreImpl : public ContentViewCore,
bool HasFocus();
void OnGestureEventAck(const blink::WebGestureEvent& event,
InputEventAckState ack_result);
- bool FilterInputEvent(const blink::WebInputEvent& event);
+ InputEventAckState FilterInputEvent(const blink::WebInputEvent& event);
void OnSelectionChanged(const std::string& text);
void OnSelectionEvent(ui::SelectionEventType event,
const gfx::PointF& anchor_position);
« no previous file with comments | « no previous file | content/browser/android/content_view_core_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698