| Index: gpu/command_buffer/service/shader_translator_cache.h
|
| diff --git a/gpu/command_buffer/service/shader_translator_cache.h b/gpu/command_buffer/service/shader_translator_cache.h
|
| index 551522bdbc438f53bee4aee8b8222e2b3d520241..8439d5339871bd455b39091cc42a3e66740f72f2 100644
|
| --- a/gpu/command_buffer/service/shader_translator_cache.h
|
| +++ b/gpu/command_buffer/service/shader_translator_cache.h
|
| @@ -12,7 +12,7 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/singleton.h"
|
| #include "gpu/command_buffer/service/shader_translator.h"
|
| -#include "third_party/angle_dx11/include/GLSLANG/ShaderLang.h"
|
| +#include "third_party/angle/include/GLSLANG/ShaderLang.h"
|
|
|
| namespace gpu {
|
| namespace gles2 {
|
|
|