| Index: cc/tiles/picture_layer_tiling.h
|
| diff --git a/cc/resources/picture_layer_tiling.h b/cc/tiles/picture_layer_tiling.h
|
| similarity index 98%
|
| rename from cc/resources/picture_layer_tiling.h
|
| rename to cc/tiles/picture_layer_tiling.h
|
| index 8ae68e1d67ab90c831437071295a612fbf458354..8af4c4c9b3014054c1b5dcfc70bdcdabd9a2fb00 100644
|
| --- a/cc/resources/picture_layer_tiling.h
|
| +++ b/cc/tiles/picture_layer_tiling.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_PICTURE_LAYER_TILING_H_
|
| -#define CC_RESOURCES_PICTURE_LAYER_TILING_H_
|
| +#ifndef CC_TILES_PICTURE_LAYER_TILING_H_
|
| +#define CC_TILES_PICTURE_LAYER_TILING_H_
|
|
|
| #include <map>
|
| #include <utility>
|
| @@ -15,8 +15,8 @@
|
| #include "cc/base/cc_export.h"
|
| #include "cc/base/region.h"
|
| #include "cc/base/tiling_data.h"
|
| -#include "cc/resources/tile.h"
|
| -#include "cc/resources/tile_priority.h"
|
| +#include "cc/tiles/tile.h"
|
| +#include "cc/tiles/tile_priority.h"
|
| #include "cc/trees/occlusion.h"
|
| #include "ui/gfx/geometry/rect.h"
|
|
|
| @@ -368,4 +368,4 @@ class CC_EXPORT PictureLayerTiling {
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_RESOURCES_PICTURE_LAYER_TILING_H_
|
| +#endif // CC_TILES_PICTURE_LAYER_TILING_H_
|
|
|