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 6ec777c73844397371432070e5b603c77fb501da..4f721a8d1cd1ff889b9213511f895bd2f955cf3e 100644 |
--- a/gpu/command_buffer/client/gles2_implementation_impl_autogen.h |
+++ b/gpu/command_buffer/client/gles2_implementation_impl_autogen.h |
@@ -2064,8 +2064,8 @@ void GLES2Implementation::DiscardFramebufferEXT(GLenum target, |
void GLES2Implementation::LoseContextCHROMIUM(GLenum current, GLenum other) { |
GPU_CLIENT_SINGLE_THREAD_CHECK(); |
GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glLoseContextCHROMIUM(" |
- << GLES2Util::GetStringEnum(current) << ", " |
- << GLES2Util::GetStringEnum(other) << ")"); |
+ << GLES2Util::GetStringResetStatus(current) << ", " |
+ << GLES2Util::GetStringResetStatus(other) << ")"); |
helper_->LoseContextCHROMIUM(current, other); |
CheckGLError(); |
} |