| Index: gpu/command_buffer/service/shader_translator.h
|
| diff --git a/gpu/command_buffer/service/shader_translator.h b/gpu/command_buffer/service/shader_translator.h
|
| index d936e12161da9924fd7307599bf279a5b93f9047..d2d7ef8a4a16e111f2795749cf98bd5d3ca6b689 100644
|
| --- a/gpu/command_buffer/service/shader_translator.h
|
| +++ b/gpu/command_buffer/service/shader_translator.h
|
| @@ -66,11 +66,7 @@ class ShaderTranslatorInterface {
|
| // Initializes the translator.
|
| // Must be called once before using the translator object.
|
| virtual bool Init(
|
| -#if (ANGLE_SH_VERSION >= 126)
|
| sh::GLenum shader_type,
|
| -#else
|
| - ShShaderType shader_type,
|
| -#endif
|
| ShShaderSpec shader_spec,
|
| const ShBuiltInResources* resources,
|
| GlslImplementationType glsl_implementation_type,
|
| @@ -120,11 +116,7 @@ class GPU_EXPORT ShaderTranslator
|
|
|
| // Overridden from ShaderTranslatorInterface.
|
| virtual bool Init(
|
| -#if (ANGLE_SH_VERSION >= 126)
|
| sh::GLenum shader_type,
|
| -#else
|
| - ShShaderType shader_type,
|
| -#endif
|
| ShShaderSpec shader_spec,
|
| const ShBuiltInResources* resources,
|
| GlslImplementationType glsl_implementation_type,
|
|
|