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

Unified Diff: ui/aura/root_window.h

Issue 10834269: gestures: Some more event cleanup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tot-merge Created 8 years, 4 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 | « content/browser/renderer_host/render_widget_host_view_win.cc ('k') | ui/aura/root_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/root_window.h
diff --git a/ui/aura/root_window.h b/ui/aura/root_window.h
index 5bb3054eb37aaa7f5532cb6142a3bf8efd541913..a9d392a15d695ecb82baf7339a9878e2df0a4f49 100644
--- a/ui/aura/root_window.h
+++ b/ui/aura/root_window.h
@@ -286,19 +286,6 @@ class AURA_EXPORT RootWindow : public ui::CompositorDelegate,
void OnWindowHidden(Window* invisible, bool destroyed);
// Overridden from ui::GestureEventHelper.
- virtual ui::GestureEvent* CreateGestureEvent(
- const ui::GestureEventDetails& details,
- const gfx::Point& location,
- int flags,
- base::Time time,
- unsigned int touch_id_bitfield) OVERRIDE;
-
- virtual ui::TouchEvent* CreateTouchEvent(
- ui::EventType type,
- const gfx::Point& location,
- int touch_id,
- base::TimeDelta time_stamp) OVERRIDE;
-
virtual bool DispatchLongPressGestureEvent(ui::GestureEvent* event) OVERRIDE;
virtual bool DispatchCancelTouchEvent(ui::TouchEvent* event) OVERRIDE;
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_win.cc ('k') | ui/aura/root_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698