| 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 ffaa10a88fc94fe259fcaab50f6ce2f707209334..45a8e95a0925efabc8d5f816f111c1ee958bcda4 100644
|
| --- a/ash/wm/workspace/workspace_layout_manager.h
|
| +++ b/ash/wm/workspace/workspace_layout_manager.h
|
| @@ -63,6 +63,8 @@ class ASH_EXPORT WorkspaceLayoutManager
|
| virtual void OnDisplayWorkAreaInsetsChanged() OVERRIDE;
|
|
|
| // Overriden from WindowObserver:
|
| + virtual void OnWindowHierarchyChanged(
|
| + const WindowObserver::HierarchyChangeParams& params) OVERRIDE;
|
| virtual void OnWindowPropertyChanged(aura::Window* window,
|
| const void* key,
|
| intptr_t old) OVERRIDE;
|
|
|