| Index: gpu/command_buffer/client/gles2_implementation.h
|
| diff --git a/gpu/command_buffer/client/gles2_implementation.h b/gpu/command_buffer/client/gles2_implementation.h
|
| index 55d42d5a436c6f03015f5b15494583c27c11b162..fa03da5d6826cf6a9d9076c88ba49426e3083727 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation.h
|
| @@ -227,6 +227,8 @@ class GLES2_IMPL_EXPORT GLES2Implementation
|
| unsigned overlay_texture_id,
|
| const gfx::Rect& display_bounds,
|
| const gfx::RectF& uv_rect) OVERRIDE;
|
| + virtual GLuint InsertFutureSyncPointCHROMIUM() OVERRIDE;
|
| + virtual void RetireSyncPointCHROMIUM(GLuint sync_point) OVERRIDE;
|
|
|
| void GetProgramInfoCHROMIUMHelper(GLuint program, std::vector<int8>* result);
|
| GLint GetAttribLocationHelper(GLuint program, const char* name);
|
|
|