| Index: gpu/command_buffer/service/gles2_cmd_decoder.cc
|
| diff --git a/gpu/command_buffer/service/gles2_cmd_decoder.cc b/gpu/command_buffer/service/gles2_cmd_decoder.cc
|
| index 5202e1cb48a41876e69eb2d35aecd489d05c2c0a..06aaf3dbda3349d5e7bb8d5876712d1067ca6f1a 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder.cc
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder.cc
|
| @@ -3713,8 +3713,6 @@ bool GLES2DecoderImpl::InitializeShaderTranslator() {
|
| resources.HashFunction = NULL;
|
|
|
| int driver_bug_workarounds = 0;
|
| - if (workarounds().needs_glsl_built_in_function_emulation)
|
| - driver_bug_workarounds |= SH_EMULATE_BUILT_IN_FUNCTIONS;
|
| if (workarounds().init_gl_position_in_vertex_shader)
|
| driver_bug_workarounds |= SH_INIT_GL_POSITION;
|
| if (workarounds().unfold_short_circuit_as_ternary_operation)
|
|
|