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

Unified Diff: cc/layer_painter.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/layer_iterator.cc ('k') | cc/layer_quad.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layer_painter.h
diff --git a/cc/layer_painter.h b/cc/layer_painter.h
index 81b0e44a1ce4445a6c025be0464f2c3b42b0b8a2..2d695a668a4e2252f80bf97ca0acd19c78e4901b 100644
--- a/cc/layer_painter.h
+++ b/cc/layer_painter.h
@@ -6,6 +6,8 @@
#ifndef LayerPainterChromium_h
#define LayerPainterChromium_h
+#include "cc/cc_export.h"
+
class SkCanvas;
namespace gfx {
@@ -15,7 +17,7 @@ class RectF;
namespace cc {
-class LayerPainter {
+class CC_EXPORT LayerPainter {
public:
virtual ~LayerPainter() { }
virtual void paint(SkCanvas*, const gfx::Rect& contentRect, gfx::RectF& opaque) = 0;
« no previous file with comments | « cc/layer_iterator.cc ('k') | cc/layer_quad.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698