Index: gpu/command_buffer/service/gles2_cmd_decoder_autogen.h |
diff --git a/gpu/command_buffer/service/gles2_cmd_decoder_autogen.h b/gpu/command_buffer/service/gles2_cmd_decoder_autogen.h |
index 9fbab4038bf3d2fc1ecf4dcd7eee6247fcc54e15..e4b62da191f9b41a1fefd94f59f58e609ebc6f30 100644 |
--- a/gpu/command_buffer/service/gles2_cmd_decoder_autogen.h |
+++ b/gpu/command_buffer/service/gles2_cmd_decoder_autogen.h |
@@ -2618,7 +2618,7 @@ error::Error GLES2DecoderImpl::HandleScissor(uint32_t immediate_data_size, |
state_.scissor_y = y; |
state_.scissor_width = width; |
state_.scissor_height = height; |
- glScissor(x, y, width, height); |
+ DoScissor(x, y, width, height); |
} |
return error::kNoError; |
} |