Index: gpu/command_buffer/client/gles2_implementation.cc |
diff --git a/gpu/command_buffer/client/gles2_implementation.cc b/gpu/command_buffer/client/gles2_implementation.cc |
index aabfa4517399d704eea0ace814a1c35af5214718..b4046d91e162d8c714a5d903f8ae713e6ac5dff6 100644 |
--- a/gpu/command_buffer/client/gles2_implementation.cc |
+++ b/gpu/command_buffer/client/gles2_implementation.cc |
@@ -2831,7 +2831,7 @@ GLboolean GLES2Implementation::EnableFeatureCHROMIUM( |
WaitForCmd(); |
helper_->SetBucketSize(kResultBucketId, 0); |
GPU_CLIENT_LOG(" returned " << GLES2Util::GetStringBool(*result)); |
- return *result; |
+ return *result != 0; |
} |
void* GLES2Implementation::MapBufferSubDataCHROMIUM( |