| Index: cc/tiles/eviction_tile_priority_queue.h
|
| diff --git a/cc/resources/eviction_tile_priority_queue.h b/cc/tiles/eviction_tile_priority_queue.h
|
| similarity index 80%
|
| rename from cc/resources/eviction_tile_priority_queue.h
|
| rename to cc/tiles/eviction_tile_priority_queue.h
|
| index 06118d987d99d86627bc72290c554ffaa5a54d82..e76102605085f9d8b7682400aaba22546bd32d2a 100644
|
| --- a/cc/resources/eviction_tile_priority_queue.h
|
| +++ b/cc/tiles/eviction_tile_priority_queue.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_RESOURCES_EVICTION_TILE_PRIORITY_QUEUE_H_
|
| -#define CC_RESOURCES_EVICTION_TILE_PRIORITY_QUEUE_H_
|
| +#ifndef CC_TILES_EVICTION_TILE_PRIORITY_QUEUE_H_
|
| +#define CC_TILES_EVICTION_TILE_PRIORITY_QUEUE_H_
|
|
|
| #include <set>
|
| #include <utility>
|
| @@ -11,8 +11,8 @@
|
|
|
| #include "cc/base/cc_export.h"
|
| #include "cc/layers/picture_layer_impl.h"
|
| -#include "cc/resources/tile_priority.h"
|
| -#include "cc/resources/tiling_set_eviction_queue.h"
|
| +#include "cc/tiles/tile_priority.h"
|
| +#include "cc/tiles/tiling_set_eviction_queue.h"
|
|
|
| namespace cc {
|
| class PrioritizedTile;
|
| @@ -43,4 +43,4 @@ class CC_EXPORT EvictionTilePriorityQueue {
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_RESOURCES_EVICTION_TILE_PRIORITY_QUEUE_H_
|
| +#endif // CC_TILES_EVICTION_TILE_PRIORITY_QUEUE_H_
|
|
|