| 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 418391c9123a8f887d916832b7b84e1dd3858c56..c657e84e7416389991a70c95709d7c3d279ae0b2 100644
 | 
| --- a/gpu/config/gpu_driver_bug_workaround_type.h
 | 
| +++ b/gpu/config/gpu_driver_bug_workaround_type.h
 | 
| @@ -52,6 +52,8 @@
 | 
|           etc1_power_of_two_only)                             \
 | 
|    GPU_OP(EXIT_ON_CONTEXT_LOST,                               \
 | 
|           exit_on_context_lost)                               \
 | 
| +  GPU_OP(FORCE_CUBE_MAP_POSITIVE_X_ALLOCATION,               \
 | 
| +         force_cube_map_positive_x_allocation)               \
 | 
|    GPU_OP(FORCE_DISCRETE_GPU,                                 \
 | 
|           force_discrete_gpu)                                 \
 | 
|    GPU_OP(FORCE_GL_FINISH_AFTER_COMPOSITING,                  \
 | 
| 
 |