| Index: gpu/gles2_conform_support/egl/display.cc
|
| diff --git a/gpu/gles2_conform_support/egl/display.cc b/gpu/gles2_conform_support/egl/display.cc
|
| index 8b43dffe8b2d4f3341b151557cf6f6424b3fdec9..7e8829749ce771a6a9d8daa6e7ba0c6b1c6ba5a8 100644
|
| --- a/gpu/gles2_conform_support/egl/display.cc
|
| +++ b/gpu/gles2_conform_support/egl/display.cc
|
| @@ -113,8 +113,8 @@ EGLSurface Display::CreateWindowSurface(EGLConfig config,
|
| if (!command_buffer->Initialize())
|
| return NULL;
|
|
|
| - scoped_refptr<gpu::gles2::ContextGroup> group(
|
| - new gpu::gles2::ContextGroup(NULL, NULL, NULL, NULL, true));
|
| + scoped_refptr<gpu::gles2::ContextGroup> group(new gpu::gles2::ContextGroup(
|
| + NULL, NULL, NULL, new gpu::gles2::ShaderTranslatorCache, NULL, true));
|
|
|
| decoder_.reset(gpu::gles2::GLES2Decoder::Create(group.get()));
|
| if (!decoder_.get())
|
|
|