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

Unified Diff: cc/base/region.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/math_util.h ('k') | cc/base/render_surface_filters.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/base/region.h
diff --git a/cc/base/region.h b/cc/base/region.h
index 87d7973775285b931393cc36227c1aad0f968b6b..6b5ceaf60f0a48b2f37382d74b5d83ac3d7816cf 100644
--- a/cc/base/region.h
+++ b/cc/base/region.h
@@ -8,7 +8,7 @@
#include <memory>
#include <string>
-#include "cc/base/cc_export.h"
+#include "cc/base/base_export.h"
#include "third_party/skia/include/core/SkRegion.h"
#include "ui/gfx/geometry/rect.h"
#include "ui/gfx/skia_util.h"
@@ -23,7 +23,7 @@ class TracedValue;
namespace cc {
class SimpleEnclosedRegion;
-class CC_EXPORT Region {
+class CC_BASE_EXPORT Region {
public:
Region();
Region(const Region& region);
@@ -65,7 +65,7 @@ class CC_EXPORT Region {
std::unique_ptr<base::Value> AsValue() const;
void AsValueInto(base::trace_event::TracedValue* array) const;
- class CC_EXPORT Iterator {
+ class CC_BASE_EXPORT Iterator {
public:
Iterator();
explicit Iterator(const Region& region);
« no previous file with comments | « cc/base/math_util.h ('k') | cc/base/render_surface_filters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698