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

Unified Diff: ui/views/widget/desktop_aura/desktop_cursor_loader_updater_auralinux.h

Issue 678073003: 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
Index: ui/views/widget/desktop_aura/desktop_cursor_loader_updater_auralinux.h
diff --git a/ui/views/widget/desktop_aura/desktop_cursor_loader_updater_auralinux.h b/ui/views/widget/desktop_aura/desktop_cursor_loader_updater_auralinux.h
index 3b496f90bf4960c7ef6b852a456fcd4d07108703..d0be0944fabcddf8e453b1c94d72f3a25336c3ac 100644
--- a/ui/views/widget/desktop_aura/desktop_cursor_loader_updater_auralinux.h
+++ b/ui/views/widget/desktop_aura/desktop_cursor_loader_updater_auralinux.h
@@ -14,13 +14,12 @@ namespace views {
class DesktopCursorLoaderUpdaterAuraLinux : public DesktopCursorLoaderUpdater {
public:
DesktopCursorLoaderUpdaterAuraLinux();
- virtual ~DesktopCursorLoaderUpdaterAuraLinux();
+ ~DesktopCursorLoaderUpdaterAuraLinux() override;
// Overridden from DesktopCursorLoaderUpdater:
- virtual void OnCreate(float device_scale_factor,
+ void OnCreate(float device_scale_factor, ui::CursorLoader* loader) override;
+ void OnDisplayUpdated(const gfx::Display& display,
ui::CursorLoader* loader) override;
- virtual void OnDisplayUpdated(const gfx::Display& display,
- ui::CursorLoader* loader) override;
};
} // namespace views
« no previous file with comments | « ui/views/widget/desktop_aura/desktop_capture_client.h ('k') | ui/views/widget/desktop_aura/desktop_dispatcher_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698