| Index: gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| index 539ea7087897618efbe927ecaae381494b91aff8..3aa48b4ded20e37352bf5e7ad10bf685cbba6ddf 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| @@ -596,6 +596,12 @@ void GLES2InterfaceStub::GetTranslatedShaderSourceANGLE(
|
| void GLES2InterfaceStub::PostSubBufferCHROMIUM(
|
| GLint /* x */, GLint /* y */, GLint /* width */, GLint /* height */) {
|
| }
|
| +void GLES2InterfaceStub::SetOverlayPlaneCHROMIUM(GLint /* plane_id */,
|
| + GLenum /* texture_id */,
|
| + GLint /* x */,
|
| + GLint /* y */,
|
| + GLint /* width */,
|
| + GLint /* height */) {}
|
| void GLES2InterfaceStub::TexImageIOSurface2DCHROMIUM(
|
| GLenum /* target */, GLsizei /* width */, GLsizei /* height */,
|
| GLuint /* ioSurfaceId */, GLuint /* plane */) {
|
|
|