summaryrefslogtreecommitdiffstats
path: root/ash/wm/overview/scoped_overview_animation_settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'ash/wm/overview/scoped_overview_animation_settings.h')
-rw-r--r--ash/wm/overview/scoped_overview_animation_settings.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ash/wm/overview/scoped_overview_animation_settings.h b/ash/wm/overview/scoped_overview_animation_settings.h
index 4ea09e5..a558c7e 100644
--- a/ash/wm/overview/scoped_overview_animation_settings.h
+++ b/ash/wm/overview/scoped_overview_animation_settings.h
@@ -24,11 +24,6 @@ class ScopedOverviewAnimationSettings {
aura::Window* window);
virtual ~ScopedOverviewAnimationSettings();
- // Convenvience method to fade in a Window with predefined animation settings.
- // Note: The fade in animation will occur after a delay where the delay is how
- // long the lay out animations take.
- static void SetupFadeInAfterLayout(aura::Window* window);
-
private:
// The managed animation settings.
ui::ScopedLayerAnimationSettings animation_settings_;