diff options
Diffstat (limited to 'gpu/command_buffer/tests')
-rw-r--r-- | gpu/command_buffer/tests/gl_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpu/command_buffer/tests/gl_unittest.cc b/gpu/command_buffer/tests/gl_unittest.cc index 165d3b1..70d35df 100644 --- a/gpu/command_buffer/tests/gl_unittest.cc +++ b/gpu/command_buffer/tests/gl_unittest.cc @@ -91,7 +91,7 @@ TEST_F(GLTest, SimpleShader) { TEST_F(GLTest, FeatureFlagsMatchCapabilities) { scoped_refptr<gles2::FeatureInfo> features = new gles2::FeatureInfo; - EXPECT_TRUE(features->Initialize()); + EXPECT_TRUE(features->InitializeForTesting()); const auto& caps = gl_.GetCapabilities(); const auto& flags = features->feature_flags(); EXPECT_EQ(caps.egl_image_external, flags.oes_egl_image_external); |