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

Unified Diff: ash/wm/window_modality_controller.cc

Issue 9221014: aura: Gesture event plumbing (skeleton). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: copyright Created 8 years, 11 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 | « ash/wm/window_modality_controller.h ('k') | content/browser/renderer_host/render_widget_host_view_aura.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/window_modality_controller.cc
diff --git a/ash/wm/window_modality_controller.cc b/ash/wm/window_modality_controller.cc
index 86e4c022cf5cfc9bab15540096ea57ccfcf656c3..a4aadc3f264e2c7135c1f1edee857cfebcbfda8f 100644
--- a/ash/wm/window_modality_controller.cc
+++ b/ash/wm/window_modality_controller.cc
@@ -72,5 +72,12 @@ ui::TouchStatus WindowModalityController::PreHandleTouchEvent(
return ui::TOUCH_STATUS_UNKNOWN;
}
+ui::GestureStatus WindowModalityController::PreHandleGestureEvent(
+ aura::Window* target,
+ aura::GestureEvent* event) {
+ // TODO: make gestures work with modals.
+ return ui::GESTURE_STATUS_UNKNOWN;
+}
+
} // namespace internal
} // namespace ash
« no previous file with comments | « ash/wm/window_modality_controller.h ('k') | content/browser/renderer_host/render_widget_host_view_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698