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 0aca4df3fa322e1686f66caaad274effa6358afb..17700c0992e55bb1a1e4d3b334e043fa153058b6 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 |
@@ -67,6 +67,11 @@ void GLES2DecoderTestBase::SetupInitStateExpectations() { |
.Times(1) |
.RetiresOnSaturation(); |
} |
+ if (group_->feature_info()->feature_flags().chromium_path_rendering) { |
+ EXPECT_CALL(*gl_, PathStencilFuncNV(GL_ALWAYS, 0, 0xFFFFFFFFU)) |
+ .Times(1) |
+ .RetiresOnSaturation(); |
+ } |
EXPECT_CALL(*gl_, PixelStorei(GL_PACK_ALIGNMENT, 4)) |
.Times(1) |
.RetiresOnSaturation(); |