| 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 efef0da9684a7218e21c3c4fb35817c7cc2e2dce..01c59319229f533c8a636ba15aec0f38c77be9f9 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder.cc
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder.cc
|
| @@ -6203,7 +6203,7 @@ bool GLES2DecoderImpl::GetHelper(
|
| // GL error occur, we fall back to our internal implementation.
|
| *num_written = 1;
|
| if (!CheckBoundReadFramebufferValid("glGetIntegerv",
|
| - GL_INVALID_OPERATION)) {
|
| + GL_INVALID_FRAMEBUFFER_OPERATION)) {
|
| if (params) {
|
| *params = 0;
|
| }
|
|
|