| Index: cc/resources/skpicture_content_layer_updater.cc
|
| diff --git a/cc/skpicture_content_layer_updater.cc b/cc/resources/skpicture_content_layer_updater.cc
|
| similarity index 94%
|
| rename from cc/skpicture_content_layer_updater.cc
|
| rename to cc/resources/skpicture_content_layer_updater.cc
|
| index d4213fba3debf5e390f290530312aabd9ad0a9ec..a44dcc3e8e1fb0986f36f510c480bd1a91a5df65 100644
|
| --- a/cc/skpicture_content_layer_updater.cc
|
| +++ b/cc/resources/skpicture_content_layer_updater.cc
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "cc/skpicture_content_layer_updater.h"
|
| +#include "cc/resources/skpicture_content_layer_updater.h"
|
|
|
| #include "base/debug/trace_event.h"
|
| -#include "cc/layer_painter.h"
|
| -#include "cc/prioritized_resource.h"
|
| -#include "cc/resource_update_queue.h"
|
| +#include "cc/resources/layer_painter.h"
|
| +#include "cc/resources/prioritized_resource.h"
|
| +#include "cc/resources/resource_update_queue.h"
|
| #include "third_party/skia/include/core/SkCanvas.h"
|
|
|
| namespace cc {
|
|
|