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

Unified Diff: services/ui/public/cpp/window_tree_client.cc

Issue 2430653002: Mus+Ash: Towards Unifying CompositorFrameSink terminology (Closed)
Patch Set: Fix bitmap_uploader Created 4 years, 2 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/public/cpp/window_tree_client.cc
diff --git a/services/ui/public/cpp/window_tree_client.cc b/services/ui/public/cpp/window_tree_client.cc
index 63ccde489ad667c9835a022071a4a036661f226e..dac05b9d711e694baa450f3f93bda96cc57ab221 100644
--- a/services/ui/public/cpp/window_tree_client.cc
+++ b/services/ui/public/cpp/window_tree_client.cc
@@ -352,8 +352,8 @@ void WindowTreeClient::RequestClose(Window* window) {
void WindowTreeClient::AttachSurface(
Id window_id,
mojom::SurfaceType type,
- mojo::InterfaceRequest<mojom::Surface> surface,
- mojom::SurfaceClientPtr client) {
+ mojo::InterfaceRequest<cc::mojom::MojoCompositorFrameSink> surface,
+ cc::mojom::MojoCompositorFrameSinkClientPtr client) {
DCHECK(tree_);
tree_->AttachSurface(window_id, type, std::move(surface), std::move(client));
}

Powered by Google App Engine
This is Rietveld 408576698