| Index: gpu/config/gpu_driver_bug_workaround_type.h
|
| diff --git a/gpu/config/gpu_driver_bug_workaround_type.h b/gpu/config/gpu_driver_bug_workaround_type.h
|
| index 8836483246da6c55cd650e0e690a03e40d5a10ce..fecb82c19a43d8b2de389969340c071def9ac20b 100644
|
| --- a/gpu/config/gpu_driver_bug_workaround_type.h
|
| +++ b/gpu/config/gpu_driver_bug_workaround_type.h
|
| @@ -105,6 +105,8 @@
|
| force_discrete_gpu) \
|
| GPU_OP(FORCE_INTEGRATED_GPU, \
|
| force_integrated_gpu) \
|
| + GPU_OP(FORCE_UPDATE_SCISSOR_STATE_WHEN_BINDING_FBO0, \
|
| + force_update_scissor_state_when_binding_fbo0) \
|
| GPU_OP(GET_FRAG_DATA_INFO_BUG, \
|
| get_frag_data_info_bug) \
|
| GPU_OP(GL_CLEAR_BROKEN, \
|
|
|