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

Unified Diff: ash/display/display_configurator_animation.h

Issue 250163002: Update naming from OutputConfiguratorAnimation to DisplayConfiguratorAnimation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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/ash.gyp ('k') | ash/display/display_configurator_animation.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/display_configurator_animation.h
diff --git a/ash/display/output_configurator_animation.h b/ash/display/display_configurator_animation.h
similarity index 75%
rename from ash/display/output_configurator_animation.h
rename to ash/display/display_configurator_animation.h
index e82217aaecbf4fb474ce657587ffaaff1db893c7..c20ba815d0683d7a06f137191bb54bd9e68aeefd 100644
--- a/ash/display/output_configurator_animation.h
+++ b/ash/display/display_configurator_animation.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ASH_DISPLAY_OUTPUT_CONFIGURATOR_ANIMATION_H_
-#define ASH_DISPLAY_OUTPUT_CONFIGURATOR_ANIMATION_H_
+#ifndef ASH_DISPLAY_DISPLAY_CONFIGURATOR_ANIMATION_H_
+#define ASH_DISPLAY_DISPLAY_CONFIGURATOR_ANIMATION_H_
#include <map>
@@ -23,14 +23,14 @@ class Layer;
namespace ash {
-// OutputConfiguratorAnimation provides the visual effects for
+// DisplayConfiguratorAnimation provides the visual effects for
// ui::DisplayConfigurator, such like fade-out/in during changing
// the display mode.
-class ASH_EXPORT OutputConfiguratorAnimation
+class ASH_EXPORT DisplayConfiguratorAnimation
: public ui::DisplayConfigurator::Observer {
public:
- OutputConfiguratorAnimation();
- virtual ~OutputConfiguratorAnimation();
+ DisplayConfiguratorAnimation();
+ virtual ~DisplayConfiguratorAnimation();
// Starts the fade-out animation for the all root windows. It will
// call |callback| once all of the animations have finished.
@@ -54,11 +54,11 @@ class ASH_EXPORT OutputConfiguratorAnimation
void ClearHidingLayers();
std::map<aura::Window*, ui::Layer*> hiding_layers_;
- scoped_ptr<base::OneShotTimer<OutputConfiguratorAnimation> > timer_;
+ scoped_ptr<base::OneShotTimer<DisplayConfiguratorAnimation> > timer_;
- DISALLOW_COPY_AND_ASSIGN(OutputConfiguratorAnimation);
+ DISALLOW_COPY_AND_ASSIGN(DisplayConfiguratorAnimation);
};
} // namespace ash
-#endif // ASH_DISPLAY_OUTPUT_CONFIGURATION_CONTROLLER_H_
+#endif // ASH_DISPLAY_DISPLAY_CONFIGURATION_CONTROLLER_H_
« no previous file with comments | « ash/ash.gyp ('k') | ash/display/display_configurator_animation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698