| 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 d6ab3acc6a466727732de3e339941faac2a7a211..fcba9a694e5879626b44cfed5852b1ff02b9f306 100644
|
| --- a/ui/views/mouse_watcher_view_host.h
|
| +++ b/ui/views/mouse_watcher_view_host.h
|
| @@ -23,9 +23,8 @@ class VIEWS_EXPORT MouseWatcherViewHost : public MouseWatcherHost {
|
| virtual ~MouseWatcherViewHost();
|
|
|
| // MouseWatcherHost.
|
| - virtual bool Contains(
|
| - const gfx::Point& screen_point,
|
| - MouseEventType type) OVERRIDE;
|
| + virtual bool Contains(const gfx::Point& screen_point,
|
| + MouseEventType type) OVERRIDE;
|
|
|
| private:
|
| bool IsCursorInViewZone(const gfx::Point& screen_point);
|
|
|