| Index: gpu/command_buffer/client/gles2_implementation_autogen.h
|
| ===================================================================
|
| --- gpu/command_buffer/client/gles2_implementation_autogen.h (revision 36127)
|
| +++ gpu/command_buffer/client/gles2_implementation_autogen.h (working copy)
|
| @@ -199,9 +199,7 @@
|
| helper_->EnableVertexAttribArray(index);
|
| }
|
|
|
| -void Finish() {
|
| - helper_->Finish();
|
| -}
|
| +void Finish();
|
|
|
| void Flush() {
|
| helper_->Flush();
|
| @@ -652,9 +650,7 @@
|
| helper_->Viewport(x, y, width, height);
|
| }
|
|
|
| -void SwapBuffers() {
|
| - helper_->SwapBuffers();
|
| -}
|
| +void SwapBuffers();
|
|
|
| #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_
|
|
|
|
|