Index: cc/bitmap_content_layer_updater.h |
diff --git a/cc/bitmap_content_layer_updater.h b/cc/bitmap_content_layer_updater.h |
index da148170099331af76ae4a3587c5105dbf984ef0..7c833db51d84258b4cdd0a5c648ce71e29343ab4 100644 |
--- a/cc/bitmap_content_layer_updater.h |
+++ b/cc/bitmap_content_layer_updater.h |
@@ -6,6 +6,7 @@ |
#ifndef BitmapContentLayerUpdater_h |
#define BitmapContentLayerUpdater_h |
+#include "cc/cc_export.h" |
#include "cc/content_layer_updater.h" |
class SkCanvas; |
@@ -17,7 +18,7 @@ class LayerPainter; |
// This class rasterizes the contentRect into a skia bitmap canvas. It then updates |
// textures by copying from the canvas into the texture, using MapSubImage if |
// possible. |
-class BitmapContentLayerUpdater : public ContentLayerUpdater { |
+class CC_EXPORT BitmapContentLayerUpdater : public ContentLayerUpdater { |
public: |
class Resource : public LayerUpdater::Resource { |
public: |