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

Unified Diff: services/ui/ws/platform_display.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/display.cc ('k') | services/ui/ws/platform_display.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/platform_display.h
diff --git a/services/ui/ws/platform_display.h b/services/ui/ws/platform_display.h
index fb567d733458e13f6c87e8c7b7ece173f0c65f42..1a7659baa742097ae42c54ed96c610d38cc8b3b5 100644
--- a/services/ui/ws/platform_display.h
+++ b/services/ui/ws/platform_display.h
@@ -27,6 +27,7 @@ class FrameGenerator;
class PlatformDisplayDelegate;
class PlatformDisplayFactory;
class ServerWindow;
+class ThreadedImageCursorsFactory;
// PlatformDisplay is used to connect the root ServerWindow to a display.
class PlatformDisplay : public ui::EventSource {
@@ -35,7 +36,8 @@ class PlatformDisplay : public ui::EventSource {
static std::unique_ptr<PlatformDisplay> Create(
ServerWindow* root_window,
- const display::ViewportMetrics& metrics);
+ const display::ViewportMetrics& metrics,
+ ThreadedImageCursorsFactory* threaded_image_cursors_factory);
virtual void Init(PlatformDisplayDelegate* delegate) = 0;
« no previous file with comments | « services/ui/ws/display.cc ('k') | services/ui/ws/platform_display.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698