| Index: cc/resources/picture_layer_tiling_set.h
|
| diff --git a/cc/picture_layer_tiling_set.h b/cc/resources/picture_layer_tiling_set.h
|
| similarity index 94%
|
| rename from cc/picture_layer_tiling_set.h
|
| rename to cc/resources/picture_layer_tiling_set.h
|
| index 6cdb8337c7d6ca6e37cc4d620166ca868bd46865..eab4314129261402b4f877a00673190336e72051 100644
|
| --- a/cc/picture_layer_tiling_set.h
|
| +++ b/cc/resources/picture_layer_tiling_set.h
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CC_PICTURE_LAYER_TILING_SET_H_
|
| -#define CC_PICTURE_LAYER_TILING_SET_H_
|
| +#ifndef CC_RESOURCES_PICTURE_LAYER_TILING_SET_H_
|
| +#define CC_RESOURCES_PICTURE_LAYER_TILING_SET_H_
|
|
|
| #include "cc/base/region.h"
|
| #include "cc/base/scoped_ptr_vector.h"
|
| -#include "cc/picture_layer_tiling.h"
|
| +#include "cc/resources/picture_layer_tiling.h"
|
| #include "ui/gfx/size.h"
|
|
|
| namespace cc {
|
| @@ -122,4 +122,4 @@ class CC_EXPORT PictureLayerTilingSet {
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_PICTURE_LAYER_TILING_SET_H_
|
| +#endif // CC_RESOURCES_PICTURE_LAYER_TILING_SET_H_
|
|
|