diff options
Diffstat (limited to 'cc/program_binding.cc')
-rw-r--r-- | cc/program_binding.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/program_binding.cc b/cc/program_binding.cc index cf4e6fd..65bff7a 100644 --- a/cc/program_binding.cc +++ b/cc/program_binding.cc @@ -6,9 +6,9 @@ #include "cc/program_binding.h" -#include "CCRendererGL.h" // For the GLC() macro. #include "base/debug/trace_event.h" #include "cc/geometry_binding.h" +#include "cc/gl_renderer.h" // For the GLC() macro. #include "third_party/khronos/GLES2/gl2.h" #include <public/WebGraphicsContext3D.h> |