| 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 b44ebc6466de715c0348157c7859bc4a00a7f995..c2c10b778f13d8d3092c04c41ef93eddf0c73569 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation_impl_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation_impl_autogen.h
|
| @@ -228,7 +228,7 @@ void GLES2Implementation::ClearBufferfi(GLenum buffer,
|
| GLint stencil) {
|
| GPU_CLIENT_SINGLE_THREAD_CHECK();
|
| GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glClearBufferfi("
|
| - << GLES2Util::GetStringBufferfv(buffer) << ", "
|
| + << GLES2Util::GetStringBufferfi(buffer) << ", "
|
| << drawbuffers << ", " << depth << ", " << stencil << ")");
|
| helper_->ClearBufferfi(buffer, drawbuffers, depth, stencil);
|
| CheckGLError();
|
|
|