| Index: cc/raster/texture_compressor.h
|
| diff --git a/cc/resources/texture_compressor.h b/cc/raster/texture_compressor.h
|
| similarity index 86%
|
| rename from cc/resources/texture_compressor.h
|
| rename to cc/raster/texture_compressor.h
|
| index 18faa40bac5d1dfe547fb7c2249548049f68fbcd..95536bcb40c6b16c470f0f610a701575c05529e3 100644
|
| --- a/cc/resources/texture_compressor.h
|
| +++ b/cc/raster/texture_compressor.h
|
| @@ -2,8 +2,8 @@
|
| // 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_H_
|
| -#define CC_RESOURCES_TEXTURE_COMPRESSOR_H_
|
| +#ifndef CC_RASTER_TEXTURE_COMPRESSOR_H_
|
| +#define CC_RASTER_TEXTURE_COMPRESSOR_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -43,4 +43,4 @@ class CC_EXPORT TextureCompressor {
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_RESOURCES_TEXTURE_COMPRESSOR_H_
|
| +#endif // CC_RASTER_TEXTURE_COMPRESSOR_H_
|
|
|