Index: components/mus/gles2/command_buffer_local.cc |
diff --git a/components/mus/gles2/command_buffer_local.cc b/components/mus/gles2/command_buffer_local.cc |
index b797da9286b5c5257a9a048bdb1e533fc5fa1ddd..429db045112b76087ef6a08e024d17c073ad7f83 100644 |
--- a/components/mus/gles2/command_buffer_local.cc |
+++ b/components/mus/gles2/command_buffer_local.cc |
@@ -137,7 +137,7 @@ int32_t CommandBufferLocal::CreateImage(ClientBuffer buffer, |
MojoGpuMemoryBufferImpl::FromClientBuffer(buffer); |
gfx::GpuMemoryBufferHandle handle = gpu_memory_buffer->GetHandle(); |
- scoped_refptr<gfx::GLImageSharedMemory> image(new gfx::GLImageSharedMemory( |
+ scoped_refptr<gl::GLImageSharedMemory> image(new gl::GLImageSharedMemory( |
gfx::Size(static_cast<int>(width), static_cast<int>(height)), |
internalformat)); |
if (!image->Initialize(base::SharedMemory::DuplicateHandle(handle.handle), |