summaryrefslogtreecommitdiffstats
path: root/ash/drag_drop/drag_drop_controller.h
diff options
context:
space:
mode:
authorsadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-04 01:14:43 +0000
committersadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-04 01:14:43 +0000
commit5b174e0a00bb70bd3f6a032cdeeee133d028ac95 (patch)
tree2e1f37aef5a47c6d812646e60d6feb838a3c025e /ash/drag_drop/drag_drop_controller.h
parentdf2ac9a2116238c9b4dda565ff8e5378110f09b1 (diff)
downloadchromium_src-5b174e0a00bb70bd3f6a032cdeeee133d028ac95.zip
chromium_src-5b174e0a00bb70bd3f6a032cdeeee133d028ac95.tar.gz
chromium_src-5b174e0a00bb70bd3f6a032cdeeee133d028ac95.tar.bz2
events: Get rid of GestureStatus in favour of EventResult.
BUG=none Review URL: https://chromiumcodereview.appspot.com/10912063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154721 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/drag_drop/drag_drop_controller.h')
-rw-r--r--ash/drag_drop/drag_drop_controller.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/drag_drop/drag_drop_controller.h b/ash/drag_drop/drag_drop_controller.h
index dabcbc1..79f0720 100644
--- a/ash/drag_drop/drag_drop_controller.h
+++ b/ash/drag_drop/drag_drop_controller.h
@@ -69,7 +69,7 @@ class ASH_EXPORT DragDropController
virtual ui::TouchStatus PreHandleTouchEvent(
aura::Window* target,
ui::TouchEvent* event) OVERRIDE;
- virtual ui::GestureStatus PreHandleGestureEvent(
+ virtual ui::EventResult PreHandleGestureEvent(
aura::Window* target,
ui::GestureEvent* event) OVERRIDE;