| Index: cc/resources/bitmap_content_layer_updater.cc
|
| diff --git a/cc/bitmap_content_layer_updater.cc b/cc/resources/bitmap_content_layer_updater.cc
|
| similarity index 93%
|
| rename from cc/bitmap_content_layer_updater.cc
|
| rename to cc/resources/bitmap_content_layer_updater.cc
|
| index 19d491224ff901aa2f440b4f901c44d14146143f..a6d2a7c19618064c2b87a1b368ecbeb735a75b20 100644
|
| --- a/cc/bitmap_content_layer_updater.cc
|
| +++ b/cc/resources/bitmap_content_layer_updater.cc
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "cc/bitmap_content_layer_updater.h"
|
| +#include "cc/resources/bitmap_content_layer_updater.h"
|
|
|
| #include "cc/debug/rendering_stats.h"
|
| -#include "cc/layer_painter.h"
|
| -#include "cc/prioritized_resource.h"
|
| -#include "cc/resource_update.h"
|
| -#include "cc/resource_update_queue.h"
|
| +#include "cc/resources/layer_painter.h"
|
| +#include "cc/resources/prioritized_resource.h"
|
| +#include "cc/resources/resource_update.h"
|
| +#include "cc/resources/resource_update_queue.h"
|
| #include "skia/ext/platform_canvas.h"
|
|
|
| namespace cc {
|
|
|