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

Unified Diff: services/ui/ws/window_server_delegate.h

Issue 2916823002: Move Mus into chrome's process when running with --mus.
Patch Set: Removing debug include. Created 3 years, 5 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 | « services/ui/ws/window_server.cc ('k') | ui/events/devices/input_device_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/window_server_delegate.h
diff --git a/services/ui/ws/window_server_delegate.h b/services/ui/ws/window_server_delegate.h
index 6588bec935eef63320cdf1d175b6eda811613e77..15398561b6c7ef3747efdf18b77749ede360a95d 100644
--- a/services/ui/ws/window_server_delegate.h
+++ b/services/ui/ws/window_server_delegate.h
@@ -23,6 +23,7 @@ class WindowTree;
namespace ws {
class Display;
+class ThreadedImageCursorsFactory;
class WindowServer;
class WindowTree;
class WindowTreeBinding;
@@ -59,6 +60,8 @@ class WindowServerDelegate {
virtual void OnWillCreateTreeForWindowManager(
bool automatically_create_display_roots) = 0;
+ virtual ThreadedImageCursorsFactory* GetThreadedImageCursorsFactory() = 0;
+
protected:
virtual ~WindowServerDelegate() {}
};
« no previous file with comments | « services/ui/ws/window_server.cc ('k') | ui/events/devices/input_device_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698