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 55cafb99d78be74aca5c6c5989edeb89199917c2..495190cdd28b4d89fe489f535ee6de2f386c4280 100644 |
--- a/gpu/command_buffer/client/gles2_implementation_impl_autogen.h |
+++ b/gpu/command_buffer/client/gles2_implementation_impl_autogen.h |
@@ -2980,7 +2980,8 @@ void GLES2Implementation::TexStorage2DEXT(GLenum target, |
GPU_CLIENT_SINGLE_THREAD_CHECK(); |
GPU_CLIENT_LOG( |
"[" << GetLogPrefix() << "] glTexStorage2DEXT(" |
- << GLES2Util::GetStringTextureTarget(target) << ", " << levels << ", " |
+ << GLES2Util::GetStringTextureBindTarget(target) << ", " << levels |
+ << ", " |
<< GLES2Util::GetStringTextureInternalFormatStorage(internalFormat) |
<< ", " << width << ", " << height << ")"); |
if (levels < 0) { |