Index: content/common/gpu/gpu_command_buffer_stub.cc |
diff --git a/content/common/gpu/gpu_command_buffer_stub.cc b/content/common/gpu/gpu_command_buffer_stub.cc |
index 0ae84868e57d8aadef8a1344dde93efe7b124651..b82d71532e5a9a0879be76493202502f2bb2c20e 100644 |
--- a/content/common/gpu/gpu_command_buffer_stub.cc |
+++ b/content/common/gpu/gpu_command_buffer_stub.cc |
@@ -1142,7 +1142,7 @@ void GpuCommandBufferStub::OnCreateImage(int32 id, |
return; |
} |
- scoped_refptr<gfx::GLImage> image = channel()->CreateImageForGpuMemoryBuffer( |
+ scoped_refptr<gl::GLImage> image = channel()->CreateImageForGpuMemoryBuffer( |
handle, size, format, internalformat); |
if (!image.get()) |
return; |