summaryrefslogtreecommitdiffstats
path: root/ui/gl/gl_image_android_native_buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gl/gl_image_android_native_buffer.h')
-rw-r--r--ui/gl/gl_image_android_native_buffer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/gl/gl_image_android_native_buffer.h b/ui/gl/gl_image_android_native_buffer.h
index 28fe5c1..34f99b4 100644
--- a/ui/gl/gl_image_android_native_buffer.h
+++ b/ui/gl/gl_image_android_native_buffer.h
@@ -11,9 +11,9 @@ namespace gfx {
class GL_EXPORT GLImageAndroidNativeBuffer : public GLImageEGL {
public:
- explicit GLImageAndroidNativeBuffer(gfx::Size size);
+ explicit GLImageAndroidNativeBuffer(const gfx::Size& size);
- bool Initialize(gfx::GpuMemoryBufferHandle buffer);
+ bool Initialize(EGLClientBuffer native_buffer);
// Overridden from GLImage:
virtual void Destroy() OVERRIDE;