diff options
Diffstat (limited to 'cc/layer_texture_sub_image.cc')
-rw-r--r-- | cc/layer_texture_sub_image.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/layer_texture_sub_image.cc b/cc/layer_texture_sub_image.cc index da27507..b96a759 100644 --- a/cc/layer_texture_sub_image.cc +++ b/cc/layer_texture_sub_image.cc @@ -6,7 +6,7 @@ #include "cc/layer_texture_sub_image.h" -#include "CCRendererGL.h" // For the GLC() macro. +#include "cc/gl_renderer.h" // For the GLC() macro. #include "GraphicsContext3D.h" #include "Extensions3DChromium.h" #include "TraceEvent.h" |