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

Unified Diff: ash/mus/bridge/wm_shell_mus.h

Issue 2783563002: Make WmShellMus use classic types for mus (Closed)
Patch Set: fix x11 build Created 3 years, 9 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 | ash/mus/bridge/wm_shell_mus.cc » ('j') | ash/mus/bridge/wm_shell_mus.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/bridge/wm_shell_mus.h
diff --git a/ash/mus/bridge/wm_shell_mus.h b/ash/mus/bridge/wm_shell_mus.h
index eb756e7adbb990653786b67bef157f2098137033..878acfc8b34259b842baff76b8be18e6dead8ba4 100644
--- a/ash/mus/bridge/wm_shell_mus.h
+++ b/ash/mus/bridge/wm_shell_mus.h
@@ -24,6 +24,7 @@ class PointerWatcherEventRouter;
namespace ash {
class AcceleratorControllerDelegateAura;
+class PointerWatcherAdapter;
class RootWindowController;
namespace mus {
@@ -119,8 +120,13 @@ class WmShellMus : public WmShell {
WindowManager* window_manager_;
WmWindow* primary_root_window_;
+
+ // Used in Config::MASH.
msw 2017/03/28 20:26:32 optional nit: make MUS/MASH comment styling match
sky 2017/03/28 21:21:01 I restructured this code to make it more obvious w
views::PointerWatcherEventRouter* pointer_watcher_event_router_;
msw 2017/03/28 20:26:32 optional nit: maybe add more meaningful comments a
+ // Used in Config::MUS.
+ std::unique_ptr<PointerWatcherAdapter> pointer_watcher_adapter_;
+
// |accelerator_controller_delegate_classic_| is created in MUS mode,
// |accelerator_controller_delegate_| in MASH mode.
std::unique_ptr<AcceleratorControllerDelegateMus>
« no previous file with comments | « no previous file | ash/mus/bridge/wm_shell_mus.cc » ('j') | ash/mus/bridge/wm_shell_mus.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698