| Index: ui/views/mouse_watcher_view_host.h
|
| diff --git a/ui/views/mouse_watcher_view_host.h b/ui/views/mouse_watcher_view_host.h
|
| index ada344458b5a92b789b699b345ae728b815ce4f3..6afe791e22416d569a8c2b74e85dfbaa25af84e9 100644
|
| --- a/ui/views/mouse_watcher_view_host.h
|
| +++ b/ui/views/mouse_watcher_view_host.h
|
| @@ -19,11 +19,10 @@ class VIEWS_EXPORT MouseWatcherViewHost : public MouseWatcherHost {
|
| // the y coordinate is between the origin of the view and height of the view
|
| // plus 10.
|
| MouseWatcherViewHost(View* view, const gfx::Insets& hot_zone_insets);
|
| - virtual ~MouseWatcherViewHost();
|
| + ~MouseWatcherViewHost() override;
|
|
|
| // MouseWatcherHost.
|
| - virtual bool Contains(const gfx::Point& screen_point,
|
| - MouseEventType type) override;
|
| + bool Contains(const gfx::Point& screen_point, MouseEventType type) override;
|
|
|
| private:
|
| bool IsCursorInViewZone(const gfx::Point& screen_point);
|
|
|