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

Unified Diff: ash/wm/session_state_animator.h

Issue 99783005: Remove unused ColoredWindowController/DesktopBackgroundFadeController (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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/wm/session_state_animator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/session_state_animator.h
diff --git a/ash/wm/session_state_animator.h b/ash/wm/session_state_animator.h
index 19ead2f26cbcfd98c82cf980f0c4d430fef636ea..4cb183e3cea034a0d6e77e2cd9f8a9630db45178 100644
--- a/ash/wm/session_state_animator.h
+++ b/ash/wm/session_state_animator.h
@@ -6,7 +6,6 @@
#define ASH_WM_SESSION_STATE_ANIMATOR_H_
#include "ash/ash_export.h"
-#include "ash/wm/workspace/colored_window_controller.h"
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
#include "base/timer/timer.h"
@@ -140,12 +139,6 @@ class ASH_EXPORT SessionStateAnimator {
static void GetContainers(int container_mask,
aura::Window::Windows* containers);
- // Create |foreground_| layer if it doesn't already exist, but makes it
- // completely transparent.
- void CreateForeground();
- // Destroy |foreground_| when it is not needed anymore.
- void DropForeground();
-
// Apply animation |type| to all containers included in |container_mask| with
// specified |speed|.
void StartAnimation(int container_mask,
@@ -178,10 +171,6 @@ class ASH_EXPORT SessionStateAnimator {
AnimationSpeed speed,
ui::LayerAnimationObserver* observer);
- // White foreground that is used during shutdown animation to "fade
- // everything into white".
- scoped_ptr<ColoredWindowController> foreground_;
-
DISALLOW_COPY_AND_ASSIGN(SessionStateAnimator);
};
« no previous file with comments | « ash/ash.gyp ('k') | ash/wm/session_state_animator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698