| Index: ui/gl/gl_image.h
|
| diff --git a/ui/gl/gl_image.h b/ui/gl/gl_image.h
|
| index f1d05371f6beeae8de923774023a8e8978b05dac..8d59bc4659482b7b5a09f728e03346a40e88b124 100644
|
| --- a/ui/gl/gl_image.h
|
| +++ b/ui/gl/gl_image.h
|
| @@ -38,7 +38,9 @@ class GL_EXPORT GLImage : public base::RefCounted<GLImage> {
|
|
|
| // Create a GL image for a GPU Memory buffer.
|
| static scoped_refptr<GLImage> CreateGLImageForGpuMemoryBuffer(
|
| - gfx::GpuMemoryBufferHandle buffer, gfx::Size size);
|
| + gfx::GpuMemoryBufferHandle buffer,
|
| + gfx::Size size,
|
| + unsigned internalformat);
|
|
|
| protected:
|
| virtual ~GLImage();
|
|
|