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

Unified Diff: ui/views/mus/surface_binding.cc

Issue 1406153004: components/mus/public/interfaces View => Window (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Yet another rebase Created 5 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
« no previous file with comments | « mojo/gles2/command_buffer_client_impl.cc ('k') | ui/views/mus/window_manager_connection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/surface_binding.cc
diff --git a/ui/views/mus/surface_binding.cc b/ui/views/mus/surface_binding.cc
index 168ff507388e30318496056775f1e5fad5c7ec49..c53eb4e98fd0d2ba8d33da4569cfbe1c847677d2 100644
--- a/ui/views/mus/surface_binding.cc
+++ b/ui/views/mus/surface_binding.cc
@@ -64,7 +64,7 @@ class SurfaceBinding::PerConnectionState
mus::WindowTreeConnection* connection_;
// Set of state needed to create an OutputSurface.
- mojo::GpuPtr gpu_;
+ mus::mojom::GpuPtr gpu_;
DISALLOW_COPY_AND_ASSIGN(PerConnectionState);
};
@@ -94,7 +94,7 @@ scoped_ptr<cc::OutputSurface>
SurfaceBinding::PerConnectionState::CreateOutputSurface(mus::Window* window) {
// TODO(sky): figure out lifetime here. Do I need to worry about the return
// value outliving this?
- mojo::CommandBufferPtr cb;
+ mus::mojom::CommandBufferPtr cb;
gpu_->CreateOffscreenGLES2Context(GetProxy(&cb));
scoped_refptr<cc::ContextProvider> context_provider(
« no previous file with comments | « mojo/gles2/command_buffer_client_impl.cc ('k') | ui/views/mus/window_manager_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698