diff options
Diffstat (limited to 'ui/gl/gl_image_ref_counted_memory.h')
-rw-r--r-- | ui/gl/gl_image_ref_counted_memory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/gl/gl_image_ref_counted_memory.h b/ui/gl/gl_image_ref_counted_memory.h index f68acc5..db07954 100644 --- a/ui/gl/gl_image_ref_counted_memory.h +++ b/ui/gl/gl_image_ref_counted_memory.h @@ -16,10 +16,10 @@ namespace gfx { class GL_EXPORT GLImageRefCountedMemory : public GLImageMemory { public: - GLImageRefCountedMemory(const Size& size, unsigned internalformat); + GLImageRefCountedMemory(const gfx::Size& size, unsigned internalformat); bool Initialize(base::RefCountedMemory* ref_counted_memory, - BufferFormat format); + gfx::BufferFormat format); // Overridden from GLImage: void Destroy(bool have_context) override; |