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

Unified Diff: ui/aura/window_delegate.h

Issue 10912063: events: Get rid of GestureStatus in favour of EventResult. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 3 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_delegate.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 6f5aca9a4551f90a2b4a5564e9ef882646f4f9d4..d8abbfbe097a8425a8e6ae47367fa757fbcf8d6b 100644
--- a/ui/aura/window_delegate.h
+++ b/ui/aura/window_delegate.h
@@ -62,7 +62,7 @@ class AURA_EXPORT WindowDelegate : public ui::EventHandler {
virtual ui::TouchStatus OnTouchEvent(ui::TouchEvent* event) = 0;
- virtual ui::GestureStatus OnGestureEvent(ui::GestureEvent* event) = 0;
+ virtual ui::EventResult 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_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698