| Index: cc/resources/picture_pile_base.h
|
| diff --git a/cc/picture_pile_base.h b/cc/resources/picture_pile_base.h
|
| similarity index 93%
|
| rename from cc/picture_pile_base.h
|
| rename to cc/resources/picture_pile_base.h
|
| index c900c7f6747d37eea872970d34e14f7eaf14efbd..7014107a734e5303cc5ea2cd5bf2c09a8938a88d 100644
|
| --- a/cc/picture_pile_base.h
|
| +++ b/cc/resources/picture_pile_base.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_PICTURE_PILE_BASE_H_
|
| -#define CC_PICTURE_PILE_BASE_H_
|
| +#ifndef CC_RESOURCES_PICTURE_PILE_BASE_H_
|
| +#define CC_RESOURCES_PICTURE_PILE_BASE_H_
|
|
|
| #include <list>
|
|
|
| @@ -13,7 +13,7 @@
|
| #include "cc/base/hash_pair.h"
|
| #include "cc/base/region.h"
|
| #include "cc/base/tiling_data.h"
|
| -#include "cc/picture.h"
|
| +#include "cc/resources/picture.h"
|
| #include "ui/gfx/size.h"
|
|
|
| namespace cc {
|
| @@ -70,4 +70,4 @@ class CC_EXPORT PicturePileBase : public base::RefCounted<PicturePileBase> {
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_PICTURE_PILE_H_
|
| +#endif // CC_RESOURCES_PICTURE_PILE_BASE_H_
|
|
|