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

Unified Diff: ash/wm/overview/scoped_overview_animation_settings.h

Issue 690103008: Implemented swipe to close in overview mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed flackr's comments from Patch Set 7. Created 5 years, 10 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/wm/overview/overview_animation_type.h ('k') | ash/wm/overview/scoped_overview_animation_settings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/overview/scoped_overview_animation_settings.h
diff --git a/ash/wm/overview/scoped_overview_animation_settings.h b/ash/wm/overview/scoped_overview_animation_settings.h
index 4ea09e53a480cc2e606a3708cfe3cfcce89017b4..a558c7ee6389a535e63b9cb45310a870788956a0 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_;
« no previous file with comments | « ash/wm/overview/overview_animation_type.h ('k') | ash/wm/overview/scoped_overview_animation_settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698