| Index: cc/resources/bitmap_skpicture_content_layer_updater.h
|
| diff --git a/cc/bitmap_skpicture_content_layer_updater.h b/cc/resources/bitmap_skpicture_content_layer_updater.h
|
| similarity index 86%
|
| rename from cc/bitmap_skpicture_content_layer_updater.h
|
| rename to cc/resources/bitmap_skpicture_content_layer_updater.h
|
| index 36004328d8c6807c1ef17e62990f22939aeef10b..07bef128a2410350903a9be81819524490c27c27 100644
|
| --- a/cc/bitmap_skpicture_content_layer_updater.h
|
| +++ b/cc/resources/bitmap_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_BITMAP_SKPICTURE_CONTENT_LAYER_UPDATER_H_
|
| -#define CC_BITMAP_SKPICTURE_CONTENT_LAYER_UPDATER_H_
|
| +#ifndef CC_RESOURCES_BITMAP_SKPICTURE_CONTENT_LAYER_UPDATER_H_
|
| +#define CC_RESOURCES_BITMAP_SKPICTURE_CONTENT_LAYER_UPDATER_H_
|
|
|
| -#include "cc/skpicture_content_layer_updater.h"
|
| +#include "cc/resources/skpicture_content_layer_updater.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
|
|
| namespace cc {
|
| @@ -51,4 +51,4 @@ class BitmapSkPictureContentLayerUpdater : public SkPictureContentLayerUpdater {
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_BITMAP_SKPICTURE_CONTENT_LAYER_UPDATER_H_
|
| +#endif // CC_RESOURCES_BITMAP_SKPICTURE_CONTENT_LAYER_UPDATER_H_
|
|
|