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 434353d12382d0b9062025af0bfb88d90fcd03bf..75dbcc3914f801fa18fa6ffcc08c24ffa550ab20 100644 |
--- a/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h |
+++ b/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h |
@@ -2168,6 +2168,14 @@ void GLES2TraceImplementation::ScheduleCALayerCHROMIUM( |
transform, filter); |
} |
+void GLES2TraceImplementation::ScheduleCALayerInUseQueryCHROMIUM( |
+ GLsizei count, |
+ const GLuint* textures) { |
+ TRACE_EVENT_BINARY_EFFICIENT0( |
+ "gpu", "GLES2Trace::ScheduleCALayerInUseQueryCHROMIUM"); |
+ gl_->ScheduleCALayerInUseQueryCHROMIUM(count, textures); |
+} |
+ |
void GLES2TraceImplementation::CommitOverlayPlanesCHROMIUM() { |
TRACE_EVENT_BINARY_EFFICIENT0("gpu", |
"GLES2Trace::CommitOverlayPlanesCHROMIUM"); |