| Index: athena/wm/window_overview_mode.h
|
| diff --git a/athena/wm/window_overview_mode.h b/athena/wm/window_overview_mode.h
|
| index a95a0fb648a4dc6f440e14c645d560f121455eac..157b525aa6e2704fa6117012359f8b7525d07aed 100644
|
| --- a/athena/wm/window_overview_mode.h
|
| +++ b/athena/wm/window_overview_mode.h
|
| @@ -16,6 +16,12 @@ class WindowOverviewModeDelegate {
|
| virtual ~WindowOverviewModeDelegate() {}
|
|
|
| virtual void OnSelectWindow(aura::Window* window) = 0;
|
| +
|
| + // Gets into split-view mode with |left| on the left-side of the screen, and
|
| + // |right| on the right-side. If |left| or |right| is NULL, then the delegate
|
| + // selects the best option in its place.
|
| + virtual void OnSplitViewMode(aura::Window* left,
|
| + aura::Window* right) = 0;
|
| };
|
|
|
| class WindowOverviewMode {
|
|
|