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

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

Issue 810033010: Remove TransparentActivateWindowButton from Overview Mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed nits Created 5 years, 11 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_window_targeter.cc ('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 a558c7ee6389a535e63b9cb45310a870788956a0..4ea09e53a480cc2e606a3708cfe3cfcce89017b4 100644
--- a/ash/wm/overview/scoped_overview_animation_settings.h
+++ b/ash/wm/overview/scoped_overview_animation_settings.h
@@ -24,6 +24,11 @@ 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_window_targeter.cc ('k') | ash/wm/overview/scoped_overview_animation_settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698