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

Unified Diff: ui/events/gestures/gesture_provider_aura.h

Issue 679633005: Expose native, desktop and mobile gesture detection defaults (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Code review Created 6 years 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 | « ui/events/gesture_detection/scale_gesture_detector.cc ('k') | ui/events/gestures/gesture_provider_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/gestures/gesture_provider_aura.h
diff --git a/ui/events/gestures/gesture_provider_aura.h b/ui/events/gestures/gesture_provider_aura.h
index 25769d6b0403f0641d537a77840e391a0a10bdbc..9f537c8c140266e4f2511eaf6ef94fc8de29d4f6 100644
--- a/ui/events/gestures/gesture_provider_aura.h
+++ b/ui/events/gestures/gesture_provider_aura.h
@@ -29,7 +29,7 @@ class EVENTS_EXPORT GestureProviderAura : public GestureProviderClient {
GestureProviderAura(GestureProviderAuraClient* client);
~GestureProviderAura() override;
- bool OnTouchEvent(const TouchEvent& event);
+ bool OnTouchEvent(TouchEvent* event);
void OnAsyncTouchEventAck(bool event_consumed);
void OnSyncTouchEventAck(const uint64 unique_event_id, bool event_consumed);
const MotionEventAura& pointer_state() { return pointer_state_; }
« no previous file with comments | « ui/events/gesture_detection/scale_gesture_detector.cc ('k') | ui/events/gestures/gesture_provider_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698