| Index: gpu/command_buffer/service/gles2_cmd_decoder_unittest_0_autogen.h
|
| diff --git a/gpu/command_buffer/service/gles2_cmd_decoder_unittest_0_autogen.h b/gpu/command_buffer/service/gles2_cmd_decoder_unittest_0_autogen.h
|
| index 41f894b296770a97e3daef77faf45cd8edeebb02..4aa243c103f3ecf7bd3ca0cdec4f9e53be3913ef 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder_unittest_0_autogen.h
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder_unittest_0_autogen.h
|
| @@ -59,6 +59,12 @@ void GLES2DecoderTestBase::SetupInitStateExpectations() {
|
| EXPECT_CALL(*gl_, FrontFace(GL_CCW))
|
| .Times(1)
|
| .RetiresOnSaturation();
|
| + EXPECT_CALL(*gl_, Hint(GL_GENERATE_MIPMAP_HINT, GL_DONT_CARE))
|
| + .Times(1)
|
| + .RetiresOnSaturation();
|
| + EXPECT_CALL(*gl_, Hint(GL_FRAGMENT_SHADER_DERIVATIVE_HINT_OES, GL_DONT_CARE))
|
| + .Times(1)
|
| + .RetiresOnSaturation();
|
| EXPECT_CALL(*gl_, LineWidth(1.0f))
|
| .Times(1)
|
| .RetiresOnSaturation();
|
|
|