| Index: ash/wm/workspace/workspace_layout_manager.h
|
| diff --git a/ash/wm/workspace/workspace_layout_manager.h b/ash/wm/workspace/workspace_layout_manager.h
|
| index 65246d2dc9ccde0ee324aec809bd1f1b9167c71d..c955259e6ff3ea8286fcaa80b58617828d57aef3 100644
|
| --- a/ash/wm/workspace/workspace_layout_manager.h
|
| +++ b/ash/wm/workspace/workspace_layout_manager.h
|
| @@ -70,13 +70,9 @@ class ASH_EXPORT WorkspaceLayoutManager
|
| private:
|
| typedef std::set<aura::Window*> WindowSet;
|
|
|
| - // Invoked when the show state of a window changes. |cloned_layer| is a clone
|
| - // of the windows layer tree. |cloned_layer| is only non-NULL if a cross fade
|
| - // should happen between the states. This method takes ownership of
|
| - // |cloned_layer|.
|
| + // Invoked when the show state of a window changes.
|
| void ShowStateChanged(aura::Window* window,
|
| - ui::WindowShowState last_show_state,
|
| - ui::Layer* cloned_layer);
|
| + ui::WindowShowState last_show_state);
|
|
|
| enum AdjustWindowReason {
|
| ADJUST_WINDOW_SCREEN_SIZE_CHANGED,
|
|
|