| Index: ui/gl/gl_image_memory.h
|
| diff --git a/ui/gl/gl_image_memory.h b/ui/gl/gl_image_memory.h
|
| index a50a38064b1574ad55f571bb76581e9922d9399f..3e648df7e09841e800a051cdfb5b32250031f7b5 100644
|
| --- a/ui/gl/gl_image_memory.h
|
| +++ b/ui/gl/gl_image_memory.h
|
| @@ -51,6 +51,8 @@ class GL_EXPORT GLImageMemory : public GLImage {
|
| private:
|
| void DoBindTexImage(unsigned target);
|
|
|
| + size_t MemoryBytes(gfx::GpuMemoryBuffer::Format format);
|
| +
|
| const gfx::Size size_;
|
| const unsigned internalformat_;
|
| const unsigned char* memory_;
|
|
|