| Index: cc/raster/texture_compressor_etc1.cc
|
| diff --git a/cc/resources/texture_compressor_etc1.cc b/cc/raster/texture_compressor_etc1.cc
|
| similarity index 99%
|
| rename from cc/resources/texture_compressor_etc1.cc
|
| rename to cc/raster/texture_compressor_etc1.cc
|
| index 83c3f9fb034806a29bd86c669f405cae7256ddde..e02737cc078cc60d8c1fa7f11daa07c0607666da 100644
|
| --- a/cc/resources/texture_compressor_etc1.cc
|
| +++ b/cc/raster/texture_compressor_etc1.cc
|
| @@ -5,7 +5,7 @@
|
| // See the following specification for details on the ETC1 format:
|
| // https://www.khronos.org/registry/gles/extensions/OES/OES_compressed_ETC1_RGB8_texture.txt
|
|
|
| -#include "cc/resources/texture_compressor_etc1.h"
|
| +#include "cc/raster/texture_compressor_etc1.h"
|
|
|
| #include <string.h>
|
| #include <limits>
|
|
|