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

Unified Diff: athena/wm/window_manager_impl.h

Issue 574113004: [Athena] Fix switching activities by swiping from the right bezel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@athena_split
Patch Set: Created 6 years, 3 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_list_provider_impl_unittest.cc ('k') | athena/wm/window_manager_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/wm/window_manager_impl.h
diff --git a/athena/wm/window_manager_impl.h b/athena/wm/window_manager_impl.h
index 6cbad5a06bd323f9702af6a95490a7d0dce8b59c..32e98315460f5b6b7ac78bcfd471d286aadf86dd 100644
--- a/athena/wm/window_manager_impl.h
+++ b/athena/wm/window_manager_impl.h
@@ -5,6 +5,7 @@
#ifndef ATHENA_WM_WINDOW_MANAGER_IMPL_H_
#define ATHENA_WM_WINDOW_MANAGER_IMPL_H_
+#include "athena/athena_export.h"
#include "athena/input/public/accelerator_manager.h"
#include "athena/wm/public/window_manager.h"
#include "athena/wm/title_drag_controller.h"
@@ -29,15 +30,17 @@ class SplitViewController;
class WindowListProvider;
class WindowManagerObserver;
-class WindowManagerImpl : public WindowManager,
- public WindowOverviewModeDelegate,
- public aura::WindowObserver,
- public AcceleratorHandler,
- public TitleDragControllerDelegate {
+class ATHENA_EXPORT WindowManagerImpl : public WindowManager,
+ public WindowOverviewModeDelegate,
+ public aura::WindowObserver,
+ public AcceleratorHandler,
+ public TitleDragControllerDelegate {
public:
WindowManagerImpl();
virtual ~WindowManagerImpl();
+ void ToggleSplitView();
+
// WindowManager:
virtual void ToggleOverview() OVERRIDE;
virtual bool IsOverviewModeActive() OVERRIDE;
@@ -54,8 +57,6 @@ class WindowManagerImpl : public WindowManager,
// Sets whether overview mode is active.
void SetInOverview(bool active);
- void ToggleSplitview();
-
void InstallAccelerators();
// WindowManager:
« no previous file with comments | « athena/wm/window_list_provider_impl_unittest.cc ('k') | athena/wm/window_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698