| Index: cc/paint/discardable_image_map.cc
|
| diff --git a/cc/playback/discardable_image_map.cc b/cc/paint/discardable_image_map.cc
|
| similarity index 99%
|
| rename from cc/playback/discardable_image_map.cc
|
| rename to cc/paint/discardable_image_map.cc
|
| index c6129d1dc5cf05736547985e733842fe46aa837a..2daef282d19514d067497f92109c8badcdc05471 100644
|
| --- a/cc/playback/discardable_image_map.cc
|
| +++ b/cc/paint/discardable_image_map.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/playback/discardable_image_map.h"
|
| +#include "cc/paint/discardable_image_map.h"
|
|
|
| #include <stddef.h>
|
|
|
| @@ -12,7 +12,7 @@
|
| #include "base/containers/adapters.h"
|
| #include "base/memory/ptr_util.h"
|
| #include "cc/base/math_util.h"
|
| -#include "cc/playback/display_item_list.h"
|
| +#include "cc/paint/display_item_list.h"
|
| #include "third_party/skia/include/core/SkPath.h"
|
| #include "third_party/skia/include/utils/SkNWayCanvas.h"
|
| #include "ui/gfx/geometry/rect_conversions.h"
|
|
|