| Index: cc/resources/image_layer_updater.h
|
| diff --git a/cc/image_layer_updater.h b/cc/resources/image_layer_updater.h
|
| similarity index 89%
|
| rename from cc/image_layer_updater.h
|
| rename to cc/resources/image_layer_updater.h
|
| index 031ec60397fbe1a6fd81af076cdf012ee31baa09..f9fca00d2afa85fd493e70c7579b1d00a8ce44b2 100644
|
| --- a/cc/image_layer_updater.h
|
| +++ b/cc/resources/image_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_IMAGE_LAYER_UPDATER_H_
|
| -#define CC_IMAGE_LAYER_UPDATER_H_
|
| +#ifndef CC_RESOURCES_IMAGE_LAYER_UPDATER_H_
|
| +#define CC_RESOURCES_IMAGE_LAYER_UPDATER_H_
|
|
|
| -#include "cc/layer_updater.h"
|
| +#include "cc/resources/layer_updater.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
|
|
| namespace cc {
|
| @@ -56,4 +56,4 @@ class ImageLayerUpdater : public LayerUpdater {
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_IMAGE_LAYER_UPDATER_H_
|
| +#endif // CC_RESOURCES_IMAGE_LAYER_UPDATER_H_
|
|
|