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

Unified Diff: cc/content_layer.h

Issue 11365025: Make cc a component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 1 month 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/checkerboard_draw_quad.h ('k') | cc/content_layer_updater.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/content_layer.h
diff --git a/cc/content_layer.h b/cc/content_layer.h
index 4b0b90552fbca5b28a2d82c97570673f77938d62..0174ee5c1980c09d41e525e968beda9e4e92effc 100644
--- a/cc/content_layer.h
+++ b/cc/content_layer.h
@@ -6,6 +6,7 @@
#define ContentLayerChromium_h
#include "base/basictypes.h"
+#include "cc/cc_export.h"
#include "cc/layer_painter.h"
#include "cc/tiled_layer.h"
@@ -16,7 +17,7 @@ namespace cc {
class ContentLayerClient;
class LayerUpdater;
-class ContentLayerPainter : public LayerPainter {
+class CC_EXPORT ContentLayerPainter : public LayerPainter {
public:
static scoped_ptr<ContentLayerPainter> create(ContentLayerClient*);
@@ -31,7 +32,7 @@ private:
};
// A layer that renders its contents into an SkCanvas.
-class ContentLayer : public TiledLayer {
+class CC_EXPORT ContentLayer : public TiledLayer {
public:
static scoped_refptr<ContentLayer> create(ContentLayerClient*);
« no previous file with comments | « cc/checkerboard_draw_quad.h ('k') | cc/content_layer_updater.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698