| Index: cc/raster/texture_compressor_etc1.h
|
| diff --git a/cc/resources/texture_compressor_etc1.h b/cc/raster/texture_compressor_etc1.h
|
| similarity index 97%
|
| rename from cc/resources/texture_compressor_etc1.h
|
| rename to cc/raster/texture_compressor_etc1.h
|
| index 105f6e9ea3c93018904dece4131ae16373ec0bfa..2d2771a888c0c6c1e5bff4fb8eea3f5c6896707c 100644
|
| --- a/cc/resources/texture_compressor_etc1.h
|
| +++ b/cc/raster/texture_compressor_etc1.h
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CC_RESOURCES_TEXTURE_COMPRESSOR_ETC1_H_
|
| -#define CC_RESOURCES_TEXTURE_COMPRESSOR_ETC1_H_
|
| +#ifndef CC_RASTER_TEXTURE_COMPRESSOR_ETC1_H_
|
| +#define CC_RASTER_TEXTURE_COMPRESSOR_ETC1_H_
|
|
|
| -#include "cc/resources/texture_compressor.h"
|
| +#include "cc/raster/texture_compressor.h"
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/logging.h"
|
| @@ -203,4 +203,4 @@ class CC_EXPORT TextureCompressorETC1 : public TextureCompressor {
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_RESOURCES_TEXTURE_COMPRESSOR_ETC1_H_
|
| +#endif // CC_RASTER_TEXTURE_COMPRESSOR_ETC1_H_
|
|
|