Chromium Code Reviews| 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 322cb6b2896efa8620b37a92970c80e0ca9d5ead..b9bacf155e6a2db00edcc48a27a2a6465ac09640 100644 |
| --- a/gpu/command_buffer/service/shader_translator.h |
| +++ b/gpu/command_buffer/service/shader_translator.h |
| @@ -13,7 +13,7 @@ |
| #include "base/memory/scoped_ptr.h" |
| #include "base/observer_list.h" |
| #include "gpu/gpu_export.h" |
| -#include "third_party/angle_dx11/include/GLSLANG/ShaderLang.h" |
| +#include "third_party/angle/include/GLSLANG/ShaderLang.h" |
|
Zhenyao Mo
2013/12/09 20:18:34
I would suggest define a angle_headers.h in the ch
|
| namespace gpu { |
| namespace gles2 { |