Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Unified Diff: athena/wm/window_manager_impl.h

Issue 495193003: athena: Fix overview mode for split-view mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: athena/wm/window_manager_impl.h
diff --git a/athena/wm/window_manager_impl.h b/athena/wm/window_manager_impl.h
index c8e9038dac5f144003d33442192508bfb10878dd..4ee619f6cff1d4785784f0887ba90d205b59ce49 100644
--- a/athena/wm/window_manager_impl.h
+++ b/athena/wm/window_manager_impl.h
@@ -59,6 +59,8 @@ class WindowManagerImpl : public WindowManager,
virtual void RemoveObserver(WindowManagerObserver* observer) OVERRIDE;
// WindowOverviewModeDelegate:
+ virtual bool IsInSplitViewMode(aura::Window** left_window,
+ aura::Window** right_window) OVERRIDE;
virtual void OnSelectWindow(aura::Window* window) OVERRIDE;
virtual void OnSplitViewMode(aura::Window* left,
aura::Window* right) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698