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

Unified Diff: ash/common/wm_shell.h

Issue 2285703003: Moves WorkspaceEventHandler to ash/common (Closed)
Patch Set: merge 2 trunk Created 4 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 | « ash/common/wm/workspace/workspace_event_handler_test_helper.cc ('k') | ash/common/wm_window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm_shell.h
diff --git a/ash/common/wm_shell.h b/ash/common/wm_shell.h
index 3db0a06101b8f4178ba92b0bbf246f701d6bb07e..ba690c1462138afba315009c86cc17876d8b26af 100644
--- a/ash/common/wm_shell.h
+++ b/ash/common/wm_shell.h
@@ -64,6 +64,7 @@ class WindowSelectorController;
class WmActivationObserver;
class WmDisplayObserver;
class WmWindow;
+class WorkspaceEventHandler;
enum class TaskSwitchSource;
@@ -270,6 +271,9 @@ class ASH_EXPORT WmShell {
virtual std::unique_ptr<wm::MaximizeModeEventHandler>
CreateMaximizeModeEventHandler() = 0;
+ virtual std::unique_ptr<WorkspaceEventHandler> CreateWorkspaceEventHandler(
+ WmWindow* workspace_window) = 0;
+
virtual std::unique_ptr<ScopedDisableInternalMouseAndKeyboard>
CreateScopedDisableInternalMouseAndKeyboard() = 0;
« no previous file with comments | « ash/common/wm/workspace/workspace_event_handler_test_helper.cc ('k') | ash/common/wm_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698