| Index: gpu/command_buffer/client/gles2_implementation_autogen.h
|
| ===================================================================
|
| --- gpu/command_buffer/client/gles2_implementation_autogen.h (revision 91774)
|
| +++ gpu/command_buffer/client/gles2_implementation_autogen.h (working copy)
|
| @@ -1234,25 +1234,12 @@
|
| void CopyTextureToParentTextureCHROMIUM(
|
| GLuint client_child_id, GLuint client_parent_id);
|
|
|
| -void ResizeCHROMIUM(GLuint width, GLuint height) {
|
| - GPU_CLIENT_LOG("[" << this << "] glResizeCHROMIUM(" << width << ", " << height << ")"); // NOLINT
|
| - helper_->ResizeCHROMIUM(width, height);
|
| -}
|
| +void ResizeCHROMIUM(GLuint width, GLuint height);
|
|
|
| const GLchar* GetRequestableExtensionsCHROMIUM();
|
|
|
| void RequestExtensionCHROMIUM(const char* extension);
|
|
|
| -void SetLatchCHROMIUM(GLuint latch_id) {
|
| - GPU_CLIENT_LOG("[" << this << "] glSetLatchCHROMIUM(" << latch_id << ")");
|
| - helper_->SetLatchCHROMIUM(latch_id);
|
| -}
|
| -
|
| -void WaitLatchCHROMIUM(GLuint latch_id) {
|
| - GPU_CLIENT_LOG("[" << this << "] glWaitLatchCHROMIUM(" << latch_id << ")");
|
| - helper_->WaitLatchCHROMIUM(latch_id);
|
| -}
|
| -
|
| void RateLimitOffscreenContextCHROMIUM();
|
|
|
| void SetSurfaceCHROMIUM(GLint surface_id) {
|
|
|