| 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 6fec8c45c7efcbb5628527c32da84a64bbbf3025..43a4a6f9585c6a326f8aebc1ec7c95c80ff466bb 100644
|
| --- a/gpu/config/gpu_driver_bug_workaround_type.h
|
| +++ b/gpu/config/gpu_driver_bug_workaround_type.h
|
| @@ -75,6 +75,8 @@
|
| disable_webgl_rgb_multisampling_usage) \
|
| GPU_OP(ETC1_POWER_OF_TWO_ONLY, \
|
| etc1_power_of_two_only) \
|
| + GPU_OP(EMULATE_ABS_INT_FUNCTION, \
|
| + emulate_abs_int_function) \
|
| GPU_OP(EXIT_ON_CONTEXT_LOST, \
|
| exit_on_context_lost) \
|
| GPU_OP(FORCE_CUBE_COMPLETE, \
|
|
|