| Index: gpu/command_buffer/client/gles2_implementation_impl_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_implementation_impl_autogen.h b/gpu/command_buffer/client/gles2_implementation_impl_autogen.h
|
| index 9cc5923d6fb0e7feaa2edffa67c96f0210d15a1f..25114310216d65371e5abf242d1738444e6dff9d 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation_impl_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation_impl_autogen.h
|
| @@ -1654,12 +1654,5 @@ void GLES2Implementation::ReleaseTexImage2DCHROMIUM(
|
| CheckGLError();
|
| }
|
|
|
| -void GLES2Implementation::TraceEndCHROMIUM() {
|
| - GPU_CLIENT_SINGLE_THREAD_CHECK();
|
| - GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glTraceEndCHROMIUM(" << ")");
|
| - helper_->TraceEndCHROMIUM();
|
| - CheckGLError();
|
| -}
|
| -
|
| #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_IMPL_AUTOGEN_H_
|
|
|
|
|