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

Unified Diff: ash/mus/window_manager.h

Issue 2271373002: mash: Port mojo:ash_sysui's ContextMenuMus to mojo:ash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup. 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
Index: ash/mus/window_manager.h
diff --git a/ash/mus/window_manager.h b/ash/mus/window_manager.h
index 67ea7ca4d048a0f56241c4f3e56616ca6825be8d..4b78ed011654bc159f1cf6354ce1518154a14e06 100644
--- a/ash/mus/window_manager.h
+++ b/ash/mus/window_manager.h
@@ -35,6 +35,7 @@ namespace ash {
namespace mus {
class AcceleratorHandler;
+class NativeWidgetFactoryMus;
class RootWindowController;
class ShadowController;
class WindowManagerObserver;
@@ -127,6 +128,8 @@ class WindowManager : public ui::WindowManagerDelegate,
ui::WindowManagerClient* window_manager_client_ = nullptr;
+ std::unique_ptr<NativeWidgetFactoryMus> native_widget_factory_mus_;
+
std::unique_ptr<views::PointerWatcherEventRouter>
pointer_watcher_event_router_;

Powered by Google App Engine
This is Rietveld 408576698