| Index: gpu/command_buffer/client/gles2_demo.cc
|
| diff --git a/gpu/command_buffer/client/gles2_demo.cc b/gpu/command_buffer/client/gles2_demo.cc
|
| index 05c000360187a8bd431ccf41715765136b3bbaee..962cd332eca146f15815cb616cd3d59a7c8040fd 100644
|
| --- a/gpu/command_buffer/client/gles2_demo.cc
|
| +++ b/gpu/command_buffer/client/gles2_demo.cc
|
| @@ -59,6 +59,7 @@ bool GLES2Demo::Setup(void* hwnd, int32 size) {
|
| GPUProcessor* gpu_processor = new GPUProcessor(command_buffer.get(), NULL);
|
| if (!gpu_processor->Initialize(reinterpret_cast<HWND>(hwnd),
|
| gfx::Size(),
|
| + gpu::gles2::DisallowedExtensions(),
|
| NULL,
|
| std::vector<int32>(),
|
| NULL,
|
|
|