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

Unified Diff: athena/wm/public/window_manager.h

Issue 420603011: Split Screen mode implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@split_view
Patch Set: Addressing sadrul's feedback, adding license header. 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/public/window_list_provider.h ('k') | athena/wm/public/window_manager_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/wm/public/window_manager.h
diff --git a/athena/wm/public/window_manager.h b/athena/wm/public/window_manager.h
index 23aab7f4a4967eecc30e6b8552e33113489f0179..04e2cce6ca8a46f6a95c985a5943607d74a9ba6a 100644
--- a/athena/wm/public/window_manager.h
+++ b/athena/wm/public/window_manager.h
@@ -24,6 +24,8 @@ class ATHENA_EXPORT WindowManager {
virtual void ToggleOverview() = 0;
+ virtual bool IsOverviewModeActive() = 0;
+
virtual void AddObserver(WindowManagerObserver* observer) = 0;
virtual void RemoveObserver(WindowManagerObserver* observer) = 0;
};
« no previous file with comments | « athena/wm/public/window_list_provider.h ('k') | athena/wm/public/window_manager_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698