Index: gpu/command_buffer/service/gles2_cmd_decoder_unittest_3.cc |
diff --git a/gpu/command_buffer/service/gles2_cmd_decoder_unittest_3.cc b/gpu/command_buffer/service/gles2_cmd_decoder_unittest_3.cc |
index 1413c31a17597e592c91e6eea06ed0b8cec032b8..b705f6021084a45a04737759e2ae252afd9c3cf5 100644 |
--- a/gpu/command_buffer/service/gles2_cmd_decoder_unittest_3.cc |
+++ b/gpu/command_buffer/service/gles2_cmd_decoder_unittest_3.cc |
@@ -37,6 +37,12 @@ class GLES2DecoderTest3 : public GLES2DecoderTestBase { |
INSTANTIATE_TEST_CASE_P(Service, GLES2DecoderTest3, ::testing::Bool()); |
template <> |
+void GLES2DecoderTestBase::SpecializedSetup<cmds::UniformMatrix3fvImmediate, 0>( |
+ bool /* valid */) { |
+ SetupShaderForUniform(GL_FLOAT_MAT3); |
+}; |
+ |
+template <> |
void GLES2DecoderTestBase::SpecializedSetup<cmds::UniformMatrix4fvImmediate, 0>( |
bool /* valid */) { |
SetupShaderForUniform(GL_FLOAT_MAT4); |