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

Unified Diff: ui/aura/window_delegate.h

Issue 10824247: Remove GestureEvent interface, and rename GestureEventImpl to GestureEvent. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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 062b886e58262c50d804b09cc7bcc1093c132830..a4324e22ff26378193074020e05636a4595c8aa2 100644
--- a/ui/aura/window_delegate.h
+++ b/ui/aura/window_delegate.h
@@ -18,7 +18,7 @@ class Size;
}
namespace ui {
-class GestureEventImpl;
+class GestureEvent;
class KeyEvent;
class MouseEvent;
class TouchEvent;
@@ -60,7 +60,7 @@ class AURA_EXPORT WindowDelegate {
virtual ui::TouchStatus OnTouchEvent(ui::TouchEvent* event) = 0;
- virtual ui::GestureStatus OnGestureEvent(ui::GestureEventImpl* event) = 0;
+ virtual ui::GestureStatus OnGestureEvent(ui::GestureEvent* event) = 0;
// Returns true of the window can be focused.
virtual bool CanFocus() = 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