| Index: cc/paint/display_item_list.h
|
| diff --git a/cc/playback/display_item_list.h b/cc/paint/display_item_list.h
|
| similarity index 96%
|
| rename from cc/playback/display_item_list.h
|
| rename to cc/paint/display_item_list.h
|
| index 1f78694386223e55f18c8a064d91a57a0d6bd0ce..898a0b96ce06c8e13aa36f4ac1703deccddb358f 100644
|
| --- a/cc/playback/display_item_list.h
|
| +++ b/cc/paint/display_item_list.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CC_PLAYBACK_DISPLAY_ITEM_LIST_H_
|
| -#define CC_PLAYBACK_DISPLAY_ITEM_LIST_H_
|
| +#ifndef CC_PAINT_DISPLAY_ITEM_LIST_H_
|
| +#define CC_PAINT_DISPLAY_ITEM_LIST_H_
|
|
|
| #include <stddef.h>
|
|
|
| @@ -14,12 +14,12 @@
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/trace_event/trace_event.h"
|
| -#include "cc/base/cc_export.h"
|
| #include "cc/base/contiguous_container.h"
|
| #include "cc/base/rtree.h"
|
| -#include "cc/playback/discardable_image_map.h"
|
| -#include "cc/playback/display_item.h"
|
| -#include "cc/playback/image_id.h"
|
| +#include "cc/paint/discardable_image_map.h"
|
| +#include "cc/paint/display_item.h"
|
| +#include "cc/paint/image_id.h"
|
| +#include "cc/paint/paint_export.h"
|
| #include "third_party/skia/include/core/SkPicture.h"
|
| #include "ui/gfx/color_space.h"
|
| #include "ui/gfx/geometry/rect.h"
|
| @@ -36,7 +36,7 @@ class TracedValue;
|
| namespace cc {
|
| class DisplayItem;
|
|
|
| -class CC_EXPORT DisplayItemList
|
| +class CC_PAINT_EXPORT DisplayItemList
|
| : public base::RefCountedThreadSafe<DisplayItemList> {
|
| public:
|
| DisplayItemList();
|
| @@ -205,4 +205,4 @@ class CC_EXPORT DisplayItemList
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_PLAYBACK_DISPLAY_ITEM_LIST_H_
|
| +#endif // CC_PAINT_DISPLAY_ITEM_LIST_H_
|
|
|