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

Unified Diff: chrome/browser/ui/views/location_bar/content_setting_image_view.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
Index: chrome/browser/ui/views/location_bar/content_setting_image_view.h
diff --git a/chrome/browser/ui/views/location_bar/content_setting_image_view.h b/chrome/browser/ui/views/location_bar/content_setting_image_view.h
index 78bb8bc358c098235bfb2cf8590a039f737255bc..d227c09763d55c43e1c089d6321f612e5bb4bda9 100644
--- a/chrome/browser/ui/views/location_bar/content_setting_image_view.h
+++ b/chrome/browser/ui/views/location_bar/content_setting_image_view.h
@@ -31,7 +31,6 @@ class MouseEvent;
namespace ui {
class SlideAnimation;
-enum GestureStatus;
}
class ContentSettingsDelegateView;
@@ -52,7 +51,7 @@ class ContentSettingImageView : public views::ImageView,
// views::View overrides:
virtual gfx::Size GetPreferredSize() OVERRIDE;
- virtual ui::GestureStatus OnGestureEvent(
+ virtual ui::EventResult OnGestureEvent(
const ui::GestureEvent& event) OVERRIDE;
// ui::AnimationDelegate overrides:

Powered by Google App Engine
This is Rietveld 408576698