Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2242)

Unified Diff: ash/touch/touch_hud_debug.h

Issue 680153002: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix formatting 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 | « ash/tooltips/tooltip_controller_unittest.cc ('k') | ash/touch/touch_hud_debug.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/touch/touch_hud_debug.h
diff --git a/ash/touch/touch_hud_debug.h b/ash/touch/touch_hud_debug.h
index 9409243fec302ff07e3916930af4f3cf26c72a62..547ab272420b426fd82710cd2fcdb9222ffeda24 100644
--- a/ash/touch/touch_hud_debug.h
+++ b/ash/touch/touch_hud_debug.h
@@ -49,22 +49,21 @@ class ASH_EXPORT TouchHudDebug : public TouchObserverHUD {
Mode mode() const { return mode_; }
// Overriden from TouchObserverHUD.
- virtual void Clear() override;
+ void Clear() override;
private:
- virtual ~TouchHudDebug();
+ ~TouchHudDebug() override;
void SetMode(Mode mode);
void UpdateTouchPointLabel(int index);
// Overriden from TouchObserverHUD.
- virtual void OnTouchEvent(ui::TouchEvent* event) override;
- virtual void OnDisplayMetricsChanged(const gfx::Display& display,
- uint32_t metrics) override;
- virtual void SetHudForRootWindowController(
- RootWindowController* controller) override;
- virtual void UnsetHudForRootWindowController(
+ void OnTouchEvent(ui::TouchEvent* event) override;
+ void OnDisplayMetricsChanged(const gfx::Display& display,
+ uint32_t metrics) override;
+ void SetHudForRootWindowController(RootWindowController* controller) override;
+ void UnsetHudForRootWindowController(
RootWindowController* controller) override;
static const int kMaxTouchPoints = 32;
« no previous file with comments | « ash/tooltips/tooltip_controller_unittest.cc ('k') | ash/touch/touch_hud_debug.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698