| Index: cc/resources/skpicture_content_layer_updater.h
|
| diff --git a/cc/skpicture_content_layer_updater.h b/cc/resources/skpicture_content_layer_updater.h
|
| similarity index 91%
|
| rename from cc/skpicture_content_layer_updater.h
|
| rename to cc/resources/skpicture_content_layer_updater.h
|
| index 1befd9718ecac65603dcfb4f9a82ffa3a3928eab..218bbc9b9e3830fdf106bf5324dc2635bdf0a948 100644
|
| --- a/cc/skpicture_content_layer_updater.h
|
| +++ b/cc/resources/skpicture_content_layer_updater.h
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CC_SKPICTURE_CONTENT_LAYER_UPDATER_H_
|
| -#define CC_SKPICTURE_CONTENT_LAYER_UPDATER_H_
|
| +#ifndef CC_RESOURCES_SKPICTURE_CONTENT_LAYER_UPDATER_H_
|
| +#define CC_RESOURCES_SKPICTURE_CONTENT_LAYER_UPDATER_H_
|
|
|
| -#include "cc/content_layer_updater.h"
|
| +#include "cc/resources/content_layer_updater.h"
|
| #include "third_party/skia/include/core/SkPicture.h"
|
|
|
| class SkCanvas;
|
| @@ -76,4 +76,4 @@ class SkPictureContentLayerUpdater : public ContentLayerUpdater {
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_SKPICTURE_CONTENT_LAYER_UPDATER_H_
|
| +#endif // CC_RESOURCES_SKPICTURE_CONTENT_LAYER_UPDATER_H_
|
|
|