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

Unified Diff: athena/wm/split_view_controller.h

Issue 468763002: athena: Fix switching windows with title-drag in split-view. (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
« no previous file with comments | « no previous file | athena/wm/split_view_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/wm/split_view_controller.h
diff --git a/athena/wm/split_view_controller.h b/athena/wm/split_view_controller.h
index 4e0d3ccb078f465d900f6f3f59fb62839622821f..8d8db77aca4bc9ebd03c76a2af3d44f5bc00d1b9 100644
--- a/athena/wm/split_view_controller.h
+++ b/athena/wm/split_view_controller.h
@@ -39,6 +39,9 @@ class ATHENA_EXPORT SplitViewController
// making any necessary changes.
void DeactivateSplitMode();
+ void ReplaceWindow(aura::Window* window,
+ aura::Window* replace_with);
+
aura::Window* left_window() { return left_window_; }
aura::Window* right_window() { return right_window_; }
« no previous file with comments | « no previous file | athena/wm/split_view_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698