| 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 fb97413ebc91ea83ca9494cf36dc9aff3ab385c0..c6fb97070ec6455a08f38e0290a52175fe662beb 100644
|
| --- a/gpu/config/gpu_driver_bug_workaround_type.h
|
| +++ b/gpu/config/gpu_driver_bug_workaround_type.h
|
| @@ -46,6 +46,8 @@
|
| force_integrated_gpu) \
|
| GPU_OP(INIT_GL_POSITION_IN_VERTEX_SHADER, \
|
| init_gl_position_in_vertex_shader) \
|
| + GPU_OP(INIT_TEXTURE_MAX_ANISOTROPY, \
|
| + init_texture_max_anisotropy) \
|
| GPU_OP(INIT_VARYINGS_WITHOUT_STATIC_USE, \
|
| init_varyings_without_static_use) \
|
| GPU_OP(MAX_CUBE_MAP_TEXTURE_SIZE_LIMIT_1024, \
|
|
|