| Index: cc/resources/tile_manager.h
|
| diff --git a/cc/tile_manager.h b/cc/resources/tile_manager.h
|
| similarity index 96%
|
| rename from cc/tile_manager.h
|
| rename to cc/resources/tile_manager.h
|
| index 4da9d4b0154be831125ba4f972afc86904408634..b67e2699b6fe09f0ad7e7e3ab9ff7aef3a2235bc 100644
|
| --- a/cc/tile_manager.h
|
| +++ b/cc/resources/tile_manager.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_TILE_MANAGER_H_
|
| -#define CC_TILE_MANAGER_H_
|
| +#ifndef CC_RESOURCES_TILE_MANAGER_H_
|
| +#define CC_RESOURCES_TILE_MANAGER_H_
|
|
|
| #include <list>
|
| #include <queue>
|
| @@ -15,10 +15,10 @@
|
| #include "base/values.h"
|
| #include "cc/base/worker_pool.h"
|
| #include "cc/debug/rendering_stats.h"
|
| -#include "cc/memory_history.h"
|
| -#include "cc/picture_pile_impl.h"
|
| -#include "cc/resource_pool.h"
|
| -#include "cc/tile_priority.h"
|
| +#include "cc/resources/memory_history.h"
|
| +#include "cc/resources/picture_pile_impl.h"
|
| +#include "cc/resources/resource_pool.h"
|
| +#include "cc/resources/tile_priority.h"
|
|
|
| namespace cc {
|
| class RasterWorkerPool;
|
| @@ -228,4 +228,4 @@ class CC_EXPORT TileManager : public WorkerPoolClient {
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_TILE_MANAGER_H_
|
| +#endif // CC_RESOURCES_TILE_MANAGER_H_
|
|
|