Chromium Code Reviews| Index: gpu/command_buffer/service/gpu_driver_bug_workaround_type.h |
| diff --git a/gpu/command_buffer/service/gpu_driver_bug_workaround_type.h b/gpu/command_buffer/service/gpu_driver_bug_workaround_type.h |
| index 0478b28e50b0af447fd7b9d6e71b4711cf22854b..53cf043b87ad0fbf0bc9cea000d83e5813e2bbc7 100644 |
| --- a/gpu/command_buffer/service/gpu_driver_bug_workaround_type.h |
| +++ b/gpu/command_buffer/service/gpu_driver_bug_workaround_type.h |
| @@ -49,7 +49,9 @@ |
| GPU_OP(USE_CLIENT_SIDE_ARRAYS_FOR_STREAM_BUFFERS, \ |
| use_client_side_arrays_for_stream_buffers) \ |
| GPU_OP(USE_CURRENT_PROGRAM_AFTER_SUCCESSFUL_LINK, \ |
| - use_current_program_after_successful_link) |
| + use_current_program_after_successful_link) \ |
| + GPU_OP(FORCE_CGL_SET_VIRTUAL_SCREEN, \ |
| + force_cgl_set_virtual_screen) |
|
Zhenyao Mo
2013/04/08 17:46:16
Please insert this in the right alphabetic order.
ccameron
2013/04/08 17:50:15
Done. I had Force/Flush backwards in the json too
|
| namespace gpu { |