| Index: cc/raster/texture_compressor_perftest.cc
|
| diff --git a/cc/resources/texture_compressor_perftest.cc b/cc/raster/texture_compressor_perftest.cc
|
| similarity index 98%
|
| rename from cc/resources/texture_compressor_perftest.cc
|
| rename to cc/raster/texture_compressor_perftest.cc
|
| index d2ad5bcc21aea0142a7390351dcb9c4a7994fcd9..4b2967c0ba646e5129d767c999ec29de137ecd4e 100644
|
| --- a/cc/resources/texture_compressor_perftest.cc
|
| +++ b/cc/raster/texture_compressor_perftest.cc
|
| @@ -4,7 +4,7 @@
|
|
|
| #include "base/logging.h"
|
| #include "cc/debug/lap_timer.h"
|
| -#include "cc/resources/texture_compressor.h"
|
| +#include "cc/raster/texture_compressor.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "testing/perf/perf_test.h"
|
|
|
|
|