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 0fc3a4d1e2dae5fa03ed02a9d22c7ebac9aa2d94..9f93010fed2a028857407aaec7618c059c85c194 100644 |
--- a/gpu/command_buffer/client/gles2_implementation_impl_autogen.h |
+++ b/gpu/command_buffer/client/gles2_implementation_impl_autogen.h |
@@ -1672,13 +1672,6 @@ void GLES2Implementation::ReleaseTexImage2DCHROMIUM( |
CheckGLError(); |
} |
-void GLES2Implementation::TraceEndCHROMIUM() { |
- GPU_CLIENT_SINGLE_THREAD_CHECK(); |
- GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glTraceEndCHROMIUM(" << ")"); |
- helper_->TraceEndCHROMIUM(); |
- CheckGLError(); |
-} |
- |
void GLES2Implementation::DiscardFramebufferEXT( |
GLenum target, GLsizei count, const GLenum* attachments) { |
GPU_CLIENT_SINGLE_THREAD_CHECK(); |