| Index: cc/resources/content_layer_updater.cc
|
| diff --git a/cc/content_layer_updater.cc b/cc/resources/content_layer_updater.cc
|
| similarity index 96%
|
| rename from cc/content_layer_updater.cc
|
| rename to cc/resources/content_layer_updater.cc
|
| index 82fa4a3c69894c2bbdd5b74c46de6e1f149ad178..b4eb1d275e4b04a30d3cd5e00f651fc0f9ac7491 100644
|
| --- a/cc/content_layer_updater.cc
|
| +++ b/cc/resources/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/content_layer_updater.h"
|
| +#include "cc/resources/content_layer_updater.h"
|
|
|
| #include "base/debug/trace_event.h"
|
| #include "base/time.h"
|
| #include "cc/debug/rendering_stats.h"
|
| -#include "cc/layer_painter.h"
|
| +#include "cc/resources/layer_painter.h"
|
| #include "third_party/skia/include/core/SkCanvas.h"
|
| #include "third_party/skia/include/core/SkPaint.h"
|
| #include "third_party/skia/include/core/SkRect.h"
|
|
|