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

Unified Diff: ash/wm/system_gesture_event_filter.cc

Issue 10823047: ash: Fix a tyop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/system_gesture_event_filter.cc
diff --git a/ash/wm/system_gesture_event_filter.cc b/ash/wm/system_gesture_event_filter.cc
index 4d19efd376d4fade92d90dc491d4dc7b3d43a550..eda91420ec7873be51b57244cdfb894e1468dee6 100644
--- a/ash/wm/system_gesture_event_filter.cc
+++ b/ash/wm/system_gesture_event_filter.cc
@@ -616,7 +616,7 @@ ui::GestureStatus SystemGestureEventFilter::PreHandleGestureEvent(
event->details().touch_points() == kSystemGesturePoints) {
ash::AcceleratorController* accelerator =
ash::Shell::GetInstance()->accelerator_controller();
- if (accelerator->PerformAction(CYCLE_BACKWARD_MRU, ui::Accelerator()))
+ if (accelerator->PerformAction(CYCLE_FORWARD_MRU, ui::Accelerator()))
return ui::GESTURE_STATUS_CONSUMED;
}
return ui::GESTURE_STATUS_UNKNOWN;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698