| Index: cc/raster/texture_compressor.cc
|
| diff --git a/cc/resources/texture_compressor.cc b/cc/raster/texture_compressor.cc
|
| similarity index 81%
|
| rename from cc/resources/texture_compressor.cc
|
| rename to cc/raster/texture_compressor.cc
|
| index a32615cb7a5b1930b43d8b3c8ae046a39c88b929..b8992bb9eefc87013dcefba93aa1f49b24bac5de 100644
|
| --- a/cc/resources/texture_compressor.cc
|
| +++ b/cc/raster/texture_compressor.cc
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "cc/resources/texture_compressor.h"
|
| +#include "cc/raster/texture_compressor.h"
|
|
|
| #include "base/logging.h"
|
| -#include "cc/resources/texture_compressor_etc1.h"
|
| +#include "cc/raster/texture_compressor_etc1.h"
|
|
|
| #if defined(ARCH_CPU_X86_FAMILY)
|
| #include "base/cpu.h"
|
| -#include "cc/resources/texture_compressor_etc1_sse.h"
|
| +#include "cc/raster/texture_compressor_etc1_sse.h"
|
| #endif
|
|
|
| namespace cc {
|
|
|