| Index: gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h b/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h
|
| index 084451629dbe5117b687acd25e090550541bdea4..434353d12382d0b9062025af0bfb88d90fcd03bf 100644
|
| --- a/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h
|
| @@ -1947,16 +1947,6 @@ void GLES2TraceImplementation::PostSubBufferCHROMIUM(GLint x,
|
| gl_->PostSubBufferCHROMIUM(x, y, width, height);
|
| }
|
|
|
| -void GLES2TraceImplementation::TexImageIOSurface2DCHROMIUM(GLenum target,
|
| - GLsizei width,
|
| - GLsizei height,
|
| - GLuint ioSurfaceId,
|
| - GLuint plane) {
|
| - TRACE_EVENT_BINARY_EFFICIENT0("gpu",
|
| - "GLES2Trace::TexImageIOSurface2DCHROMIUM");
|
| - gl_->TexImageIOSurface2DCHROMIUM(target, width, height, ioSurfaceId, plane);
|
| -}
|
| -
|
| void GLES2TraceImplementation::CopyTextureCHROMIUM(
|
| GLenum source_id,
|
| GLenum dest_id,
|
|
|