| Index: cc/resources/caching_bitmap_content_layer_updater.h
|
| diff --git a/cc/caching_bitmap_content_layer_updater.h b/cc/resources/caching_bitmap_content_layer_updater.h
|
| similarity index 82%
|
| rename from cc/caching_bitmap_content_layer_updater.h
|
| rename to cc/resources/caching_bitmap_content_layer_updater.h
|
| index 323bbcee225b059fbfea18c9a6eaa2e07c6a7e11..420d6d5f6388cda6314366919356f5b8caebc96d 100644
|
| --- a/cc/caching_bitmap_content_layer_updater.h
|
| +++ b/cc/resources/caching_bitmap_content_layer_updater.h
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CC_CACHING_BITMAP_CONTENT_LAYER_UPDATER_H_
|
| -#define CC_CACHING_BITMAP_CONTENT_LAYER_UPDATER_H_
|
| +#ifndef CC_RESOURCES_CACHING_BITMAP_CONTENT_LAYER_UPDATER_H_
|
| +#define CC_RESOURCES_CACHING_BITMAP_CONTENT_LAYER_UPDATER_H_
|
|
|
| #include "base/compiler_specific.h"
|
| -#include "cc/bitmap_content_layer_updater.h"
|
| +#include "cc/resources/bitmap_content_layer_updater.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
|
|
| namespace cc {
|
| @@ -39,4 +39,4 @@ class CachingBitmapContentLayerUpdater : public BitmapContentLayerUpdater {
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_CACHING_BITMAP_CONTENT_LAYER_UPDATER_H_
|
| +#endif // CC_RESOURCES_CACHING_BITMAP_CONTENT_LAYER_UPDATER_H_
|
|
|