Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2434)

Unified Diff: cc/paint/display_item.h

Issue 2748263002: Move cc::DisplayItemList and related classes into cc/paint/ (Closed)
Patch Set: none Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: cc/paint/display_item.h
diff --git a/cc/playback/display_item.h b/cc/paint/display_item.h
similarity index 81%
rename from cc/playback/display_item.h
rename to cc/paint/display_item.h
index 09899a80c3eccc5b97d68b48f3245fa25d8a09b2..fd783c502d5ea8f9fc21bcc06fb956cde021c5e5 100644
--- a/cc/playback/display_item.h
+++ b/cc/paint/display_item.h
@@ -2,15 +2,16 @@
// 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_H_
-#define CC_PLAYBACK_DISPLAY_ITEM_H_
+#ifndef CC_PAINT_DISPLAY_ITEM_H_
+#define CC_PAINT_DISPLAY_ITEM_H_
#include <stddef.h>
#include <memory>
-#include "cc/base/cc_export.h"
+#include "cc/cc_export.h"
#include "cc/debug/traced_value.h"
+#include "cc/paint/paint_export.h"
#include "third_party/skia/include/core/SkPicture.h"
#include "ui/gfx/geometry/rect.h"
@@ -18,7 +19,7 @@ class SkCanvas;
namespace cc {
-class CC_EXPORT DisplayItem {
+class CC_PAINT_EXPORT DisplayItem {
public:
enum Type {
CLIP,
@@ -51,4 +52,4 @@ class CC_EXPORT DisplayItem {
} // namespace cc
-#endif // CC_PLAYBACK_DISPLAY_ITEM_H_
+#endif // CC_PAINT_DISPLAY_ITEM_H_

Powered by Google App Engine
This is Rietveld 408576698