| Index: cc/resources/picture_pile_impl.h
|
| diff --git a/cc/picture_pile_impl.h b/cc/resources/picture_pile_impl.h
|
| similarity index 93%
|
| rename from cc/picture_pile_impl.h
|
| rename to cc/resources/picture_pile_impl.h
|
| index 6ecf9fa7ecc46a0192df84d8b9cf361e79492759..ce643337791171cc9f6012232ceca658ae06d7c4 100644
|
| --- a/cc/picture_pile_impl.h
|
| +++ b/cc/resources/picture_pile_impl.h
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CC_PICTURE_PILE_IMPL_H_
|
| -#define CC_PICTURE_PILE_IMPL_H_
|
| +#ifndef CC_RESOURCES_PICTURE_PILE_IMPL_H_
|
| +#define CC_RESOURCES_PICTURE_PILE_IMPL_H_
|
|
|
| #include <list>
|
| #include <map>
|
|
|
| #include "cc/base/cc_export.h"
|
| -#include "cc/picture_pile_base.h"
|
| +#include "cc/resources/picture_pile_base.h"
|
| #include "skia/ext/refptr.h"
|
| #include "third_party/skia/include/core/SkPicture.h"
|
|
|
| @@ -86,4 +86,4 @@ class CC_EXPORT PicturePileImpl : public PicturePileBase {
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_PICTURE_PILE_IMPL_H_
|
| +#endif // CC_RESOURCES_PICTURE_PILE_IMPL_H_
|
|
|