| Index: ash/display/display_configurator_animation.h
|
| diff --git a/ash/display/display_configurator_animation.h b/ash/display/display_configurator_animation.h
|
| index ffc46b1180cffa93f17a931d883e599e1d6201af..fc17e8f7bb4758c9617bbe4185a6a7562fbb5c92 100644
|
| --- a/ash/display/display_configurator_animation.h
|
| +++ b/ash/display/display_configurator_animation.h
|
| @@ -31,7 +31,7 @@ class ASH_EXPORT DisplayConfiguratorAnimation
|
| : public ui::DisplayConfigurator::Observer {
|
| public:
|
| DisplayConfiguratorAnimation();
|
| - virtual ~DisplayConfiguratorAnimation();
|
| + ~DisplayConfiguratorAnimation() override;
|
|
|
| // Starts the fade-out animation for the all root windows. It will
|
| // call |callback| once all of the animations have finished.
|
| @@ -43,9 +43,9 @@ class ASH_EXPORT DisplayConfiguratorAnimation
|
|
|
| protected:
|
| // ui::DisplayConfigurator::Observer overrides:
|
| - virtual void OnDisplayModeChanged(
|
| + void OnDisplayModeChanged(
|
| const ui::DisplayConfigurator::DisplayStateList& outputs) override;
|
| - virtual void OnDisplayModeChangeFailed(
|
| + void OnDisplayModeChangeFailed(
|
| ui::MultipleDisplayState failed_new_state) override;
|
|
|
| private:
|
|
|