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

Unified Diff: athena/wm/window_overview_mode.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
« no previous file with comments | « athena/wm/window_manager_unittest.cc ('k') | athena/wm/window_overview_mode.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/wm/window_overview_mode.h
diff --git a/athena/wm/window_overview_mode.h b/athena/wm/window_overview_mode.h
index 157b525aa6e2704fa6117012359f8b7525d07aed..6597fea433d8c170164bc1fce6193579c6e83955 100644
--- a/athena/wm/window_overview_mode.h
+++ b/athena/wm/window_overview_mode.h
@@ -9,6 +9,7 @@
#include "ui/aura/window.h"
namespace athena {
+class SplitViewController;
class WindowListProvider;
class WindowOverviewModeDelegate {
@@ -31,6 +32,7 @@ class WindowOverviewMode {
static scoped_ptr<WindowOverviewMode> Create(
aura::Window* container,
const WindowListProvider* window_list_provider,
+ SplitViewController* split_view_controller,
WindowOverviewModeDelegate* delegate);
};
« no previous file with comments | « athena/wm/window_manager_unittest.cc ('k') | athena/wm/window_overview_mode.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698