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

Unified Diff: components/mus/gles2/gpu_impl.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 | « components/mus/gles2/gpu_impl.h ('k') | components/mus/mus_app.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/gles2/gpu_impl.cc
diff --git a/components/mus/gles2/gpu_impl.cc b/components/mus/gles2/gpu_impl.cc
index 12b4042fdfa06debb9dc96a6f188199043bebbf3..e23add8b1e70ceedfe3a1c90a16d9dab4afe367f 100644
--- a/components/mus/gles2/gpu_impl.cc
+++ b/components/mus/gles2/gpu_impl.cc
@@ -18,13 +18,13 @@ GpuImpl::GpuImpl(mojo::InterfaceRequest<Gpu> request,
GpuImpl::~GpuImpl() {}
void GpuImpl::CreateOffscreenGLES2Context(
- mojo::InterfaceRequest<mojo::CommandBuffer> request) {
+ mojo::InterfaceRequest<mojom::CommandBuffer> request) {
new CommandBufferImpl(request.Pass(), state_,
make_scoped_ptr(new CommandBufferDriver(state_)));
}
void GpuImpl::GetGpuInfo(const GetGpuInfoCallback& callback) {
- callback.Run(mojo::GpuInfo::From<gpu::GPUInfo>(state_->gpu_info()));
+ callback.Run(mojom::GpuInfo::From<gpu::GPUInfo>(state_->gpu_info()));
}
} // namespace mus
« no previous file with comments | « components/mus/gles2/gpu_impl.h ('k') | components/mus/mus_app.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698