Index: gpu/command_buffer/client/gles2_trace_implementation_autogen.h |
diff --git a/gpu/command_buffer/client/gles2_trace_implementation_autogen.h b/gpu/command_buffer/client/gles2_trace_implementation_autogen.h |
index 22c12bc1e0f0520a8e915022f7706801f49866ce..16d46fc4507ad3574f4ce4e60207c488d46da9c8 100644 |
--- a/gpu/command_buffer/client/gles2_trace_implementation_autogen.h |
+++ b/gpu/command_buffer/client/gles2_trace_implementation_autogen.h |
@@ -441,6 +441,9 @@ GLuint CreateAndConsumeTextureCHROMIUM(GLenum target, |
void BindUniformLocationCHROMIUM(GLuint program, |
GLint location, |
const char* name) override; |
+void SubscribeUniformCHROMIUM(GLint location, GLenum target) override; |
+void UnsubscribeUniformCHROMIUM(GLint location) override; |
+void PopulateSubscribedUniformsCHROMIUM() override; |
void BindTexImage2DCHROMIUM(GLenum target, GLint imageId) override; |
void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) override; |
void TraceBeginCHROMIUM(const char* name) override; |