| 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 6075896b66643e9827367b19b29d566ba68f63e5..ef25ebb5592ece8e49fc6f707b76b91768c2bb61 100644
|
| --- a/gpu/command_buffer/service/shader_translator.h
|
| +++ b/gpu/command_buffer/service/shader_translator.h
|
| @@ -110,7 +110,6 @@ class GPU_EXPORT ShaderTranslator
|
| int GetCompileOptions() const;
|
|
|
| ShHandle compiler_;
|
| - ShBuiltInResources compiler_options_;
|
| bool implementation_is_glsl_es_;
|
| ShCompileOptions driver_bug_workarounds_;
|
| ObserverList<DestructionObserver> destruction_observers_;
|
|
|