| 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..b9f8652cfff0d145da29176fb4efc9b81c9a7ff8 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 close buttons and labels to fade in when initially shown
|
| + // on entering overview mode.
|
| + static const int kFadeInMilliseconds;
|
| +
|
| // Returns |rect| having been shrunk to fit within |bounds| (preserving the
|
| // aspect ratio).
|
| static gfx::Rect ShrinkRectToFitPreservingAspectRatio(
|
|
|