Index: ui/gl/gl_image_linux_dma_buffer.h |
diff --git a/ui/gl/gl_image_linux_dma_buffer.h b/ui/gl/gl_image_linux_dma_buffer.h |
index 5256211aa838b17ba6f02a3ae2c059f3c7834100..aca911974927a87fac00b0553ba13ed7640d4e66 100644 |
--- a/ui/gl/gl_image_linux_dma_buffer.h |
+++ b/ui/gl/gl_image_linux_dma_buffer.h |
@@ -12,12 +12,12 @@ namespace gfx { |
class GL_EXPORT GLImageLinuxDMABuffer : public GLImageEGL { |
public: |
- GLImageLinuxDMABuffer(const gfx::Size& size, unsigned internalformat); |
+ GLImageLinuxDMABuffer(const Size& size, unsigned internalformat); |
// Returns true on success and the file descriptor can be closed as the |
// implementation will take a reference to the dma_buf. |
bool Initialize(const base::FileDescriptor& handle, |
- gfx::GpuMemoryBuffer::Format format, |
+ GpuMemoryBuffer::Format format, |
int pitch); |
protected: |