| 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 4179f9a8d7d20335ed8b4cb6e309ddd1b497a834..973371b81d7bb581bb69041b572b3444ca963014 100644
|
| --- a/gpu/config/gpu_driver_bug_workaround_type.h
|
| +++ b/gpu/config/gpu_driver_bug_workaround_type.h
|
| @@ -77,6 +77,8 @@
|
| disable_transparent_visuals) \
|
| GPU_OP(DISABLE_WEBGL_RGB_MULTISAMPLING_USAGE, \
|
| disable_webgl_rgb_multisampling_usage) \
|
| + GPU_OP(DO_TEXTURE_IMAGE_BEFORE_COPY_TEXTURE_IMAGE, \
|
| + do_texture_image_before_copy_texture_image) \
|
| GPU_OP(ETC1_POWER_OF_TWO_ONLY, \
|
| etc1_power_of_two_only) \
|
| GPU_OP(EMULATE_ABS_INT_FUNCTION, \
|
|
|