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

Unified Diff: ui/aura/window_delegate.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/test/test_window_delegate.cc ('k') | ui/aura/window_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/window_delegate.h
diff --git a/ui/aura/window_delegate.h b/ui/aura/window_delegate.h
index f5cf12f92d62190be6e2f53d36249684638ece17..062b886e58262c50d804b09cc7bcc1093c132830 100644
--- a/ui/aura/window_delegate.h
+++ b/ui/aura/window_delegate.h
@@ -21,7 +21,7 @@ namespace ui {
class GestureEventImpl;
class KeyEvent;
class MouseEvent;
-class TouchEventImpl;
+class TouchEvent;
}
namespace aura {
@@ -58,7 +58,7 @@ class AURA_EXPORT WindowDelegate {
virtual bool OnMouseEvent(ui::MouseEvent* event) = 0;
- virtual ui::TouchStatus OnTouchEvent(ui::TouchEventImpl* event) = 0;
+ virtual ui::TouchStatus OnTouchEvent(ui::TouchEvent* event) = 0;
virtual ui::GestureStatus OnGestureEvent(ui::GestureEventImpl* event) = 0;
« no previous file with comments | « ui/aura/test/test_window_delegate.cc ('k') | ui/aura/window_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698