Index: content/browser/renderer_host/backing_store_skia.h |
diff --git a/content/browser/renderer_host/backing_store_skia.h b/content/browser/renderer_host/backing_store_skia.h |
index 57ff118a86c052f96e371814054d41d32171a611..c1d516981570060ac46c65a0138dfd52e26ac618 100644 |
--- a/content/browser/renderer_host/backing_store_skia.h |
+++ b/content/browser/renderer_host/backing_store_skia.h |
@@ -8,6 +8,7 @@ |
#include "base/memory/scoped_ptr.h" |
#include "content/browser/renderer_host/backing_store.h" |
+#include "content/common/content_export.h" |
#include "third_party/skia/include/core/SkBitmap.h" |
class SkCanvas; |
@@ -22,10 +23,14 @@ class Canvas; |
// RWHVV, and then this backing store will be removed. |
class BackingStoreSkia : public BackingStore { |
public: |
- BackingStoreSkia(RenderWidgetHost* widget, const gfx::Size& size); |
+ CONTENT_EXPORT BackingStoreSkia( |
+ RenderWidgetHost* widget, |
+ const gfx::Size& size); |
+ |
virtual ~BackingStoreSkia(); |
- void SkiaShowRect(const gfx::Point& point, gfx::Canvas* canvas); |
+ CONTENT_EXPORT void SkiaShowRect(const gfx::Point& point, |
+ gfx::Canvas* canvas); |
// BackingStore implementation. |
virtual size_t MemorySize(); |