Index: gpu/command_buffer/service/gles2_cmd_decoder.cc |
diff --git a/gpu/command_buffer/service/gles2_cmd_decoder.cc b/gpu/command_buffer/service/gles2_cmd_decoder.cc |
index 80ca20992977ab86eee0557860ea32b402cba336..37ab139eb82396eaa4159edef4ff72c3f2126fb1 100644 |
--- a/gpu/command_buffer/service/gles2_cmd_decoder.cc |
+++ b/gpu/command_buffer/service/gles2_cmd_decoder.cc |
@@ -9512,6 +9512,7 @@ error::Error GLES2DecoderImpl::HandleBeginQueryEXT( |
case GL_ASYNC_PIXEL_UNPACK_COMPLETED_CHROMIUM: |
case GL_ASYNC_PIXEL_PACK_COMPLETED_CHROMIUM: |
case GL_GET_ERROR_QUERY_CHROMIUM: |
+ case GL_COMMANDS_COMPLETED_CHROMIUM: |
piman
2014/04/16 00:32:03
We need to refuse this if the extension is not sup
reveman
2014/04/16 01:28:47
Done.
|
break; |
default: |
if (!features().occlusion_query_boolean) { |