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

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

Issue 2979933002: Add support to the UI Service to run it inside the browser's process. (Closed)
Patch Set: Rebase 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
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;

Powered by Google App Engine
This is Rietveld 408576698