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

Unified Diff: cc/base/index_rect.h

Issue 2748263002: Move cc::DisplayItemList and related classes into cc/paint/ (Closed)
Patch Set: Merge branch 'master' into ccpaint 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
« no previous file with comments | « cc/base/histograms.h ('k') | cc/base/invalidation_region.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/base/index_rect.h
diff --git a/cc/base/index_rect.h b/cc/base/index_rect.h
index d6d2d917828b33d4f2a8b7169c1e7a8b61d4b8c2..ea252833eab3617ad1d819a90915234a2152c4eb 100644
--- a/cc/base/index_rect.h
+++ b/cc/base/index_rect.h
@@ -7,7 +7,7 @@
#include <string>
-#include "cc/base/cc_export.h"
+#include "cc/base/base_export.h"
namespace cc {
@@ -58,7 +58,7 @@ namespace cc {
// ├───┼───┼───┼───┼───┤
// 4 │ │ │ │ │ │
// └───┴───┴───┴───┴───┘
-class CC_EXPORT IndexRect {
+class CC_BASE_EXPORT IndexRect {
public:
constexpr IndexRect(int left, int right, int top, int bottom)
: left_(left), right_(right), top_(top), bottom_(bottom) {}
« no previous file with comments | « cc/base/histograms.h ('k') | cc/base/invalidation_region.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698