diff options
Diffstat (limited to 'cc/texture_layer.cc')
-rw-r--r-- | cc/texture_layer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/texture_layer.cc b/cc/texture_layer.cc index aa7e344..7bd258d 100644 --- a/cc/texture_layer.cc +++ b/cc/texture_layer.cc @@ -8,8 +8,8 @@ #include "third_party/khronos/GLES2/gl2.h" #include "CCLayerTreeHost.h" -#include "CCTextureLayerImpl.h" #include "cc/texture_layer_client.h" +#include "cc/texture_layer_impl.h" namespace cc { |