| Index: ash/wm/workspace/workspace.h
|
| diff --git a/ash/wm/workspace/workspace.h b/ash/wm/workspace/workspace.h
|
| index 0ad230b1265ae4530d1d6099d71986ad0ca41ee6..d297c795602229bc0df453d9e7e67775719a6d23 100644
|
| --- a/ash/wm/workspace/workspace.h
|
| +++ b/ash/wm/workspace/workspace.h
|
| @@ -47,6 +47,8 @@ class ASH_EXPORT Workspace {
|
|
|
| aura::Window* window() { return window_; }
|
|
|
| + WorkspaceEventHandler* event_handler() { return event_handler_.get(); }
|
| +
|
| const WorkspaceLayoutManager* workspace_layout_manager() const {
|
| return workspace_layout_manager_;
|
| }
|
|
|