| Index: gpu/demos/framework/window.cc
|
| diff --git a/gpu/demos/framework/window.cc b/gpu/demos/framework/window.cc
|
| index 1421aae1a5d9487c3e420c1b5f4752da90b8abf0..42335c802fb7fdcece66bc428747030eb5a78e9a 100644
|
| --- a/gpu/demos/framework/window.cc
|
| +++ b/gpu/demos/framework/window.cc
|
| @@ -79,7 +79,9 @@ bool Window::CreateRenderContext(gfx::AcceleratedWidget hwnd) {
|
| return false;
|
| }
|
|
|
| - gpu::gles2::ContextGroup::Ref group(new gpu::gles2::ContextGroup(NULL, true));
|
| + gpu::gles2::ContextGroup::Ref group(new gpu::gles2::ContextGroup(NULL,
|
| + NULL,
|
| + true));
|
|
|
| decoder_.reset(gpu::gles2::GLES2Decoder::Create(group.get()));
|
| if (!decoder_.get())
|
|
|