| Index: athena/wm/window_manager_impl.h
|
| diff --git a/athena/wm/window_manager_impl.h b/athena/wm/window_manager_impl.h
|
| index 2a8d5acb1d2ea39c489e8af55ecde9e933654280..c8e9038dac5f144003d33442192508bfb10878dd 100644
|
| --- a/athena/wm/window_manager_impl.h
|
| +++ b/athena/wm/window_manager_impl.h
|
| @@ -44,11 +44,14 @@ class WindowManagerImpl : public WindowManager,
|
|
|
| enum Command {
|
| CMD_TOGGLE_OVERVIEW,
|
| + CMD_TOGGLE_SPLIT_VIEW,
|
| };
|
|
|
| // Sets whether overview mode is active.
|
| void SetInOverview(bool active);
|
|
|
| + void ToggleSplitview();
|
| +
|
| void InstallAccelerators();
|
|
|
| // WindowManager:
|
|
|