| Index: gpu/command_buffer/client/gles2_interface_stub_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_interface_stub_autogen.h b/gpu/command_buffer/client/gles2_interface_stub_autogen.h
|
| index 25bdd96c126a660123473010b3c885af954df677..7754d19482af14e8f542a19d8d3e498d8b5fb01b 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_stub_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_stub_autogen.h
|
| @@ -537,4 +537,6 @@ virtual void ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order,
|
| GLfloat uv_y,
|
| GLfloat uv_width,
|
| GLfloat uv_height) OVERRIDE;
|
| +virtual void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) OVERRIDE;
|
| +virtual void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) OVERRIDE;
|
| #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_AUTOGEN_H_
|
|
|