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 c8a052bd3870c4d22142f680581821be4c9279cc..1819b3e85eb8bcfe303fd8ec9737b4565b2a821d 100644 |
--- a/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h |
+++ b/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h |
@@ -1102,6 +1102,16 @@ void GLES2TraceImplementation::PostSubBufferCHROMIUM( |
gl_->PostSubBufferCHROMIUM(x, y, width, height); |
} |
+void GLES2TraceImplementation::SetOverlayPlaneCHROMIUM(GLint plane_id, |
+ GLenum texture_id, |
+ GLint x, |
+ GLint y, |
+ GLint width, |
+ GLint height) { |
+ TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::SetOverlayPlaneCHROMIUM"); |
+ gl_->SetOverlayPlaneCHROMIUM(plane_id, texture_id, x, y, width, height); |
+} |
+ |
void GLES2TraceImplementation::TexImageIOSurface2DCHROMIUM( |
GLenum target, GLsizei width, GLsizei height, GLuint ioSurfaceId, |
GLuint plane) { |