| Index: cc/resources/tile_manager.cc
|
| diff --git a/cc/tile_manager.cc b/cc/resources/tile_manager.cc
|
| similarity index 99%
|
| rename from cc/tile_manager.cc
|
| rename to cc/resources/tile_manager.cc
|
| index b7bd9dc5463dada49669e32b10ef54d1a6ae0c80..d45560682e6e7987b454341125f159a2849205b5 100644
|
| --- a/cc/tile_manager.cc
|
| +++ b/cc/resources/tile_manager.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "cc/tile_manager.h"
|
| +#include "cc/resources/tile_manager.h"
|
|
|
| #include <algorithm>
|
|
|
| @@ -12,10 +12,10 @@
|
| #include "base/logging.h"
|
| #include "base/metrics/histogram.h"
|
| #include "cc/debug/devtools_instrumentation.h"
|
| -#include "cc/platform_color.h"
|
| -#include "cc/raster_worker_pool.h"
|
| -#include "cc/resource_pool.h"
|
| -#include "cc/tile.h"
|
| +#include "cc/resources/platform_color.h"
|
| +#include "cc/resources/raster_worker_pool.h"
|
| +#include "cc/resources/resource_pool.h"
|
| +#include "cc/resources/tile.h"
|
| #include "third_party/skia/include/core/SkDevice.h"
|
|
|
| namespace cc {
|
|
|