Index: gpu/command_buffer/tests/gl_manager.cc |
diff --git a/gpu/command_buffer/tests/gl_manager.cc b/gpu/command_buffer/tests/gl_manager.cc |
index e8d6452d69cfc68c8f32a6923d4493c94c286651..b61a1d10a021ac1307142b54a0367657215fc23f 100644 |
--- a/gpu/command_buffer/tests/gl_manager.cc |
+++ b/gpu/command_buffer/tests/gl_manager.cc |
@@ -164,6 +164,7 @@ void GLManager::Initialize(const GLManager::Options& options) { |
ASSERT_TRUE(decoder_->Initialize( |
surface_.get(), |
context_.get(), |
+ new gpu::gles2::ShaderTranslatorCache, |
true, |
options.size, |
::gpu::gles2::DisallowedFeatures(), |