| 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 66db5ff1682788578c314d525b7a7e27f3b8e4a3..98031ae1b6ab549eb434553a8582674bcdc51cd2 100644
|
| --- a/gpu/config/gpu_driver_bug_workaround_type.h
|
| +++ b/gpu/config/gpu_driver_bug_workaround_type.h
|
| @@ -38,6 +38,10 @@
|
| enable_chromium_fast_npot_mo8_textures) \
|
| GPU_OP(EXIT_ON_CONTEXT_LOST, \
|
| exit_on_context_lost) \
|
| + GPU_OP(FORCE_DISCRETE_GPU, \
|
| + force_discrete_gpu) \
|
| + GPU_OP(FORCE_INTEGRATED_GPU, \
|
| + force_integrated_gpu) \
|
| GPU_OP(INIT_GL_POSITION_IN_VERTEX_SHADER, \
|
| init_gl_position_in_vertex_shader) \
|
| GPU_OP(MAX_CUBE_MAP_TEXTURE_SIZE_LIMIT_1024, \
|
|
|