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..9f88f1f6c06f7a4a191369d37cac3c77d643ee96 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,9 @@ 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_, LineWidth(1.0f)) |
.Times(1) |
.RetiresOnSaturation(); |