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

Unified Diff: ui/chromeos/touch_exploration_controller.cc

Issue 680413006: Re-enable Eager Gesture Recognition on Aura (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add DCHECK. 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
Index: ui/chromeos/touch_exploration_controller.cc
diff --git a/ui/chromeos/touch_exploration_controller.cc b/ui/chromeos/touch_exploration_controller.cc
index c90e07bee7b4b56082caaee8a20c0883af68391f..9f115b315437205ecb5011f02c3892f4f266fdcc 100644
--- a/ui/chromeos/touch_exploration_controller.cc
+++ b/ui/chromeos/touch_exploration_controller.cc
@@ -150,7 +150,7 @@ ui::EventRewriteStatus TouchExplorationController::RewriteEvent(
// NULL.
if (gesture_provider_.get()) {
gesture_provider_->OnTouchEvent(touch_event);
- gesture_provider_->OnTouchEventAck(false);
+ gesture_provider_->OnAsyncTouchEventAck(false);
sadrul 2014/12/03 21:30:11 Isn't this actually sync ack?
tdresser 2014/12/05 16:44:31 Done.
ProcessGestureEvents();
}

Powered by Google App Engine
This is Rietveld 408576698