Chromium Code Reviews| Index: gpu/demos/framework/window.cc |
| =================================================================== |
| --- gpu/demos/framework/window.cc (revision 89700) |
| +++ gpu/demos/framework/window.cc (working copy) |
| @@ -64,8 +64,6 @@ |
| if (!gpu_scheduler->Initialize(hwnd, gfx::Size(), |
| gpu::gles2::DisallowedExtensions(), |
| NULL, std::vector<int32>(), |
| - NULL, |
| - 0, |
| NULL)) { |
| return false; |
| } |