| Index: cc/tiles/picture_layer_tiling_set.h
|
| diff --git a/cc/resources/picture_layer_tiling_set.h b/cc/tiles/picture_layer_tiling_set.h
|
| similarity index 97%
|
| rename from cc/resources/picture_layer_tiling_set.h
|
| rename to cc/tiles/picture_layer_tiling_set.h
|
| index c46dc6391515f5d6a9ad07f45c5a4885883fef90..d1367f8a614aecc201a13c1ec65149c89b5e279f 100644
|
| --- a/cc/resources/picture_layer_tiling_set.h
|
| +++ b/cc/tiles/picture_layer_tiling_set.h
|
| @@ -2,15 +2,15 @@
|
| // 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_SET_H_
|
| -#define CC_RESOURCES_PICTURE_LAYER_TILING_SET_H_
|
| +#ifndef CC_TILES_PICTURE_LAYER_TILING_SET_H_
|
| +#define CC_TILES_PICTURE_LAYER_TILING_SET_H_
|
|
|
| #include <set>
|
| #include <vector>
|
|
|
| #include "cc/base/region.h"
|
| #include "cc/base/scoped_ptr_vector.h"
|
| -#include "cc/resources/picture_layer_tiling.h"
|
| +#include "cc/tiles/picture_layer_tiling.h"
|
| #include "ui/gfx/geometry/size.h"
|
|
|
| namespace base {
|
| @@ -203,4 +203,4 @@ class CC_EXPORT PictureLayerTilingSet {
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_RESOURCES_PICTURE_LAYER_TILING_SET_H_
|
| +#endif // CC_TILES_PICTURE_LAYER_TILING_SET_H_
|
|
|