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..e471c69e84d683f60125f1d2378c20ed43f1728c 100644 |
--- a/gpu/gles2_conform_support/egl/display.cc |
+++ b/gpu/gles2_conform_support/egl/display.cc |
@@ -10,6 +10,7 @@ |
#include "gpu/command_buffer/client/gles2_implementation.h" |
#include "gpu/command_buffer/client/gles2_lib.h" |
#include "gpu/command_buffer/client/transfer_buffer.h" |
+#include "gpu/command_buffer/common/value_state.h" |
#include "gpu/command_buffer/service/context_group.h" |
#include "gpu/command_buffer/service/mailbox_manager.h" |
#include "gpu/command_buffer/service/memory_tracking.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, new gpu::gles2::ShaderTranslatorCache, NULL, NULL, true)); |
decoder_.reset(gpu::gles2::GLES2Decoder::Create(group.get())); |
if (!decoder_.get()) |