| Index: cc/raster/texture_compressor_etc1_sse.h
|
| diff --git a/cc/resources/texture_compressor_etc1_sse.h b/cc/raster/texture_compressor_etc1_sse.h
|
| similarity index 77%
|
| rename from cc/resources/texture_compressor_etc1_sse.h
|
| rename to cc/raster/texture_compressor_etc1_sse.h
|
| index 48b81c59b85535435314ce6706c1de94c9596718..3822699e4d036a68c1b561b204d55c7e2e21296e 100644
|
| --- a/cc/resources/texture_compressor_etc1_sse.h
|
| +++ b/cc/raster/texture_compressor_etc1_sse.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_SSE_H_
|
| -#define CC_RESOURCES_TEXTURE_COMPRESSOR_ETC1_SSE_H_
|
| +#ifndef CC_RASTER_TEXTURE_COMPRESSOR_ETC1_SSE_H_
|
| +#define CC_RASTER_TEXTURE_COMPRESSOR_ETC1_SSE_H_
|
|
|
| -#include "cc/resources/texture_compressor.h"
|
| +#include "cc/raster/texture_compressor.h"
|
|
|
| namespace cc {
|
|
|
| @@ -28,4 +28,4 @@ class CC_EXPORT TextureCompressorETC1SSE : public TextureCompressor {
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_RESOURCES_TEXTURE_COMPRESSOR_ETC1_SSE_H_
|
| +#endif // CC_RASTER_TEXTURE_COMPRESSOR_ETC1_SSE_H_
|
|
|