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

Unified Diff: ash/shell.h

Issue 10817028: Add Fade-out/Fade-in animation during output-configuration change. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 5 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/display/output_configurator_animation.cc ('k') | ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index ed8ba9714e447beedae38df9426ce400c26ed6da..ee76740b0fca3a603d3837aa424a0a91fc1c41f0 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -85,6 +85,7 @@ class EventRewriterEventFilter;
class FocusCycler;
class MagnificationController;
class MouseCursorEventFilter;
+class OutputConfiguratorAnimation;
class OverlayEventFilter;
class PanelLayoutManager;
class ResizeShadowController;
@@ -358,6 +359,9 @@ class ASH_EXPORT Shell : ash::CursorDelegate {
chromeos::OutputConfigurator* output_configurator() {
return output_configurator_.get();
}
+ internal::OutputConfiguratorAnimation* output_configurator_animation() {
+ return output_configurator_animation_.get();
+ }
#endif // defined(OS_CHROMEOS)
private:
@@ -467,6 +471,8 @@ class ASH_EXPORT Shell : ash::CursorDelegate {
#if defined(OS_CHROMEOS)
// Controls video output device state.
scoped_ptr<chromeos::OutputConfigurator> output_configurator_;
+ scoped_ptr<internal::OutputConfiguratorAnimation>
+ output_configurator_animation_;
#endif // defined(OS_CHROMEOS)
CursorManager cursor_manager_;
« no previous file with comments | « ash/display/output_configurator_animation.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698