| 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 3fc17b9b29ffca908e81dc12b7994d067e329906..493c0dda0989b5e5c4820dc2f70cdf229be2a686 100644
|
| --- a/gpu/gles2_conform_support/egl/display.cc
|
| +++ b/gpu/gles2_conform_support/egl/display.cc
|
| @@ -14,6 +14,7 @@
|
| #include "gpu/command_buffer/service/mailbox_manager.h"
|
| #include "gpu/command_buffer/service/memory_tracking.h"
|
| #include "gpu/command_buffer/service/transfer_buffer_manager.h"
|
| +#include "gpu/command_buffer/service/valuebuffer_manager.h"
|
| #include "gpu/gles2_conform_support/egl/config.h"
|
| #include "gpu/gles2_conform_support/egl/surface.h"
|
|
|
| @@ -115,7 +116,7 @@ EGLSurface Display::CreateWindowSurface(EGLConfig config,
|
| return NULL;
|
|
|
| scoped_refptr<gpu::gles2::ContextGroup> group(new gpu::gles2::ContextGroup(
|
| - NULL, NULL, new gpu::gles2::ShaderTranslatorCache, NULL, true));
|
| + NULL, NULL, NULL, new gpu::gles2::ShaderTranslatorCache, NULL, true));
|
|
|
| decoder_.reset(gpu::gles2::GLES2Decoder::Create(group.get()));
|
| if (!decoder_.get())
|
|
|