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

Unified Diff: athena/wm/split_view_controller.h

Issue 459613008: athena: Allow getting into split-view mode from overview-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/split_view_controller.h
diff --git a/athena/wm/split_view_controller.h b/athena/wm/split_view_controller.h
index 337b75b2471a4ec73e036225764b6e3fb78e9af4..0fa7bb4bc33dc5c18e0396cab64fafe5a7c5ea2a 100644
--- a/athena/wm/split_view_controller.h
+++ b/athena/wm/split_view_controller.h
@@ -33,6 +33,8 @@ class SplitViewController : public BezelController::ScrollDelegate,
bool IsSplitViewModeActive() const;
+ void ActivateSplitMode(aura::Window* left, aura::Window* right);
mfomitchev 2014/08/13 15:12:31 Can you document here how the left and right windo
sadrul 2014/08/13 16:20:11 Done.
+
private:
enum State {
// Split View mode is not active. |left_window_| and |right_window| are

Powered by Google App Engine
This is Rietveld 408576698