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

Unified Diff: ui/views/mouse_watcher_view_host.h

Issue 679233002: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/mouse_watcher_aura.cc ('k') | ui/views/painter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « ui/views/mouse_watcher_aura.cc ('k') | ui/views/painter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698