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

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

Issue 231643002: Added labels under the windows in OverviewMode displaying their current name. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added animations to labels :) Created 6 years, 8 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
Index: ash/wm/overview/scoped_transform_overview_window.h
diff --git a/ash/wm/overview/scoped_transform_overview_window.h b/ash/wm/overview/scoped_transform_overview_window.h
index 2bc1b0f61f9e86aa87b8b7f265f6e03ce9b6453d..3ce474e15c14754433e4956d7de5d85a6ceea14d 100644
--- a/ash/wm/overview/scoped_transform_overview_window.h
+++ b/ash/wm/overview/scoped_transform_overview_window.h
@@ -35,6 +35,10 @@ class ScopedTransformOverviewWindow {
// The duration of transitions used for window transforms.
static const int kTransitionMilliseconds;
+ // The time for the different views that must be shown to fade in, ie window
+ // labels and close buttons
tdanderson 2014/04/10 22:37:12 I'd reword to be more like the old comment to make
Nina 2014/04/14 16:24:04 Done.
+ static const int kFadeInMilliseconds;
+
// Returns |rect| having been shrunk to fit within |bounds| (preserving the
// aspect ratio).
static gfx::Rect ShrinkRectToFitPreservingAspectRatio(

Powered by Google App Engine
This is Rietveld 408576698