| Index: gpu/gles2_conform_support/egl/display.h
|
| diff --git a/gpu/gles2_conform_support/egl/display.h b/gpu/gles2_conform_support/egl/display.h
|
| index 3619e1f2b98fae9ced88004a4470b55ab8b8f2fc..89fb754a7d1a5f2066b5a4a0cedcca3228584e78 100644
|
| --- a/gpu/gles2_conform_support/egl/display.h
|
| +++ b/gpu/gles2_conform_support/egl/display.h
|
| @@ -79,6 +79,7 @@ class Display : private gpu::GpuControl {
|
| virtual gfx::GpuMemoryBuffer* CreateGpuMemoryBuffer(size_t width,
|
| size_t height,
|
| unsigned internalformat,
|
| + unsigned usage,
|
| int32* id) OVERRIDE;
|
| virtual void DestroyGpuMemoryBuffer(int32 id) OVERRIDE;
|
| virtual uint32 InsertSyncPoint() OVERRIDE;
|
|
|