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

Unified Diff: ui/views/widget/widget.cc

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/views/widget/widget.h ('k') | ui/views/widget/x11_desktop_window_move_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/widget.cc
diff --git a/ui/views/widget/widget.cc b/ui/views/widget/widget.cc
index b0e769c8109244e39787afc944dba7e91c36ddeb..ed30d7e8cde4af5a1c116851db17b79a81e791b4 100644
--- a/ui/views/widget/widget.cc
+++ b/ui/views/widget/widget.cc
@@ -1126,7 +1126,7 @@ ui::TouchStatus Widget::OnTouchEvent(const ui::TouchEvent& event) {
return GetRootView()->OnTouchEvent(event);
}
-ui::GestureStatus Widget::OnGestureEvent(const ui::GestureEvent& event) {
+ui::EventResult Widget::OnGestureEvent(const ui::GestureEvent& event) {
ScopedEvent scoped(this, event);
switch (event.type()) {
case ui::ET_GESTURE_TAP_DOWN:
« no previous file with comments | « ui/views/widget/widget.h ('k') | ui/views/widget/x11_desktop_window_move_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698