| Index: cc/playback/display_item_list.cc
|
| diff --git a/cc/resources/display_item_list.cc b/cc/playback/display_item_list.cc
|
| similarity index 98%
|
| rename from cc/resources/display_item_list.cc
|
| rename to cc/playback/display_item_list.cc
|
| index 18e971a862847ca73536da9a6c8613af092990ef..656ade1deff93d5cbea16ebdc5eb06f2056801d0 100644
|
| --- a/cc/resources/display_item_list.cc
|
| +++ b/cc/playback/display_item_list.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "cc/resources/display_item_list.h"
|
| +#include "cc/playback/display_item_list.h"
|
|
|
| #include <string>
|
|
|
| @@ -12,7 +12,7 @@
|
| #include "cc/debug/picture_debug_util.h"
|
| #include "cc/debug/traced_picture.h"
|
| #include "cc/debug/traced_value.h"
|
| -#include "cc/resources/largest_display_item.h"
|
| +#include "cc/playback/largest_display_item.h"
|
| #include "third_party/skia/include/core/SkCanvas.h"
|
| #include "third_party/skia/include/core/SkDrawPictureCallback.h"
|
| #include "third_party/skia/include/core/SkPictureRecorder.h"
|
|
|