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

Unified Diff: ash/wm/overview/scoped_window_copy.cc

Issue 676403006: 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: ash/wm/overview/scoped_window_copy.cc
diff --git a/ash/wm/overview/scoped_window_copy.cc b/ash/wm/overview/scoped_window_copy.cc
index a68928b5466be844033cebad358ac9d84b379a3d..40f156bd5f7481327048cd8e0ef6166d00005573 100644
--- a/ash/wm/overview/scoped_window_copy.cc
+++ b/ash/wm/overview/scoped_window_copy.cc
@@ -90,15 +90,12 @@ class CleanupWidgetAfterAnimationObserver : public ui::LayerAnimationObserver {
void TakeOwnershipOfWidget();
// ui::LayerAnimationObserver:
- virtual void OnLayerAnimationEnded(
- ui::LayerAnimationSequence* sequence) override;
- virtual void OnLayerAnimationAborted(
- ui::LayerAnimationSequence* sequence) override;
- virtual void OnLayerAnimationScheduled(
- ui::LayerAnimationSequence* sequence) override;
+ void OnLayerAnimationEnded(ui::LayerAnimationSequence* sequence) override;
+ void OnLayerAnimationAborted(ui::LayerAnimationSequence* sequence) override;
+ void OnLayerAnimationScheduled(ui::LayerAnimationSequence* sequence) override;
private:
- virtual ~CleanupWidgetAfterAnimationObserver();
+ ~CleanupWidgetAfterAnimationObserver() override;
// If the necessary conditions have been satisfied to destruct this
// class, deletes itself and cleans up the widget and layer.
« no previous file with comments | « ash/wm/overview/scoped_transform_overview_window.cc ('k') | ash/wm/overview/transparent_activate_window_button.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698