| 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 a9e5d3cca66e2cf94e7a502e326aa5882db161bf..9c7688272dba7e309e0184c7b8cd7af7bcee657a 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder.cc
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder.cc
|
| @@ -15876,7 +15876,6 @@ error::Error GLES2DecoderImpl::HandleBeginQueryEXT(
|
| return error::kNoError;
|
| }
|
| break;
|
| - case GL_SAMPLES_PASSED:
|
| case GL_ANY_SAMPLES_PASSED:
|
| case GL_ANY_SAMPLES_PASSED_CONSERVATIVE:
|
| if (!features().occlusion_query_boolean) {
|
|
|