diff options
Diffstat (limited to 'cc/texture_copier.cc')
-rw-r--r-- | cc/texture_copier.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/texture_copier.cc b/cc/texture_copier.cc index 73121b8..050d5e8 100644 --- a/cc/texture_copier.cc +++ b/cc/texture_copier.cc @@ -6,7 +6,7 @@ #include "cc/texture_copier.h" -#include "CCRendererGL.h" // For the GLC() macro. +#include "cc/gl_renderer.h" // For the GLC() macro. #include "GraphicsContext3D.h" #include "TraceEvent.h" #include <public/WebGraphicsContext3D.h> |