| Index: ash/wm/window_resizer.cc
|
| diff --git a/ash/wm/window_resizer.cc b/ash/wm/window_resizer.cc
|
| index 98751066733aa715ee492ce66597f09b3fc70742..623be33368d37c62f586e765b8446787987e5609 100644
|
| --- a/ash/wm/window_resizer.cc
|
| +++ b/ash/wm/window_resizer.cc
|
| @@ -113,6 +113,7 @@ WindowResizer::Details::Details(aura::Window* window,
|
| : window(window),
|
| initial_bounds(window->bounds()),
|
| initial_location_in_parent(location),
|
| + initial_opacity(window->layer()->opacity()),
|
| window_component(window_component),
|
| bounds_change(GetBoundsChangeForWindowComponent(window_component)),
|
| position_change_direction(
|
|
|