summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/image_factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/command_buffer/service/image_factory.h')
-rw-r--r--gpu/command_buffer/service/image_factory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gpu/command_buffer/service/image_factory.h b/gpu/command_buffer/service/image_factory.h
index 3746d56..c27c245 100644
--- a/gpu/command_buffer/service/image_factory.h
+++ b/gpu/command_buffer/service/image_factory.h
@@ -10,7 +10,7 @@
#include "ui/gfx/geometry/size.h"
#include "ui/gfx/gpu_memory_buffer.h"
-namespace gfx {
+namespace gl {
class GLImage;
}
@@ -44,7 +44,7 @@ class GPU_EXPORT ImageFactory {
// Creates a GLImage instance for GPU memory buffer identified by |handle|.
// |client_id| should be set to the client requesting the creation of instance
// and can be used by factory implementation to verify access rights.
- virtual scoped_refptr<gfx::GLImage> CreateImageForGpuMemoryBuffer(
+ virtual scoped_refptr<gl::GLImage> CreateImageForGpuMemoryBuffer(
const gfx::GpuMemoryBufferHandle& handle,
const gfx::Size& size,
gfx::BufferFormat format,