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

Unified Diff: ui/aura/event_filter.h

Issue 10831240: Remove TouchEvent interface, and rename TouchEventImpl to TouchEvent (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge-tot 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 | « ui/aura/demo/demo_main.cc ('k') | ui/aura/event_filter_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/event_filter.h
diff --git a/ui/aura/event_filter.h b/ui/aura/event_filter.h
index e103964cefb32fdac4d5e38c12f62ef98e15e1bd..a4e6ecdf3cce50988cb115bb6c3919d464264ec4 100644
--- a/ui/aura/event_filter.h
+++ b/ui/aura/event_filter.h
@@ -13,7 +13,7 @@ namespace ui {
class GestureEventImpl;
class KeyEvent;
class MouseEvent;
-class TouchEventImpl;
+class TouchEvent;
}
namespace aura {
@@ -53,7 +53,7 @@ class AURA_EXPORT EventFilter {
// Returns a value other than ui::TOUCH_STATUS_UNKNOWN if the event is
// consumed.
virtual ui::TouchStatus PreHandleTouchEvent(Window* target,
- ui::TouchEventImpl* event) = 0;
+ ui::TouchEvent* event) = 0;
// Returns a value other than ui::GESTURE_STATUS_UNKNOWN if the gesture is
// consumed.
« no previous file with comments | « ui/aura/demo/demo_main.cc ('k') | ui/aura/event_filter_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698