| Index: cc/output/shader.cc
|
| diff --git a/cc/output/shader.cc b/cc/output/shader.cc
|
| index 96b745ce94493479b6b217fda4cd654483f4e32f..72d89d23c0983ac7ddb3ec44acb0809984f3a80f 100644
|
| --- a/cc/output/shader.cc
|
| +++ b/cc/output/shader.cc
|
| @@ -10,7 +10,6 @@
|
| #include "base/logging.h"
|
| #include "cc/output/gl_renderer.h" // For the GLC() macro.
|
| #include "gpu/command_buffer/client/gles2_interface.h"
|
| -#include "third_party/khronos/GLES2/gl2.h"
|
|
|
| #define SHADER0(Src) #Src
|
| #define VERTEX_SHADER(Src) SetVertexTexCoordPrecision(SHADER0(Src))
|
|
|