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

Unified Diff: services/ui/ws/test_server_window_delegate.cc

Issue 2481263002: Introduce Display Compositor mojo interface. Use InProcessContextProvider. (Closed)
Patch Set: Speculative fix for android build issue Created 4 years, 1 month 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/test_server_window_delegate.cc
diff --git a/services/ui/ws/test_server_window_delegate.cc b/services/ui/ws/test_server_window_delegate.cc
index 08adb9927efa89fa5d1b6b72553346d3380ac048..818879fd921af72366f0d27fbed1fc0b12639dc4 100644
--- a/services/ui/ws/test_server_window_delegate.cc
+++ b/services/ui/ws/test_server_window_delegate.cc
@@ -12,11 +12,12 @@ namespace ws {
TestServerWindowDelegate::TestServerWindowDelegate()
: root_window_(nullptr),
- display_compositor_(new DisplayCompositor(nullptr)) {}
+ display_compositor_(
+ new DisplayCompositor(nullptr, nullptr, nullptr, nullptr)) {}
TestServerWindowDelegate::~TestServerWindowDelegate() {}
-ui::DisplayCompositor* TestServerWindowDelegate::GetDisplayCompositor() {
+cc::mojom::DisplayCompositor* TestServerWindowDelegate::GetDisplayCompositor() {
return display_compositor_.get();
}

Powered by Google App Engine
This is Rietveld 408576698