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-08-10 16:21:44 +0000
committersadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-10 16:21:44 +0000
commit2487bee42ccd4deca3b08d9c267b4bb285f95d45 (patch)
tree5fec6ae9f10cea17fd452c45a3207cf62e97bbfd /ash/drag_drop/drag_drop_controller.h
parenta9434345eaa19590174bf7bd262879b6a84232d6 (diff)
downloadchromium_src-2487bee42ccd4deca3b08d9c267b4bb285f95d45.zip
chromium_src-2487bee42ccd4deca3b08d9c267b4bb285f95d45.tar.gz
chromium_src-2487bee42ccd4deca3b08d9c267b4bb285f95d45.tar.bz2
Remove GestureEvent interface, and rename GestureEventImpl to GestureEvent.
This also includes some changes in RenderWidgetHostViewWin to change the way it creates gesture events. BUG=125937 Review URL: https://chromiumcodereview.appspot.com/10824247 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151044 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 e806265..468ba58 100644
--- a/ash/drag_drop/drag_drop_controller.h
+++ b/ash/drag_drop/drag_drop_controller.h
@@ -68,7 +68,7 @@ class ASH_EXPORT DragDropController
ui::TouchEvent* event) OVERRIDE;
virtual ui::GestureStatus PreHandleGestureEvent(
aura::Window* target,
- ui::GestureEventImpl* event) OVERRIDE;
+ ui::GestureEvent* event) OVERRIDE;
// Overridden from aura::WindowObserver.
virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;