Index: cc/render_surface_filters.h |
diff --git a/cc/render_surface_filters.h b/cc/render_surface_filters.h |
index ead04aab34fc9af8a349d37cdfd9b223fb0a0950..601ebe6221fa41e2b972a59740f73692f6b44a16 100644 |
--- a/cc/render_surface_filters.h |
+++ b/cc/render_surface_filters.h |
@@ -6,6 +6,8 @@ |
#ifndef CCRenderSurfaceFilters_h |
#define CCRenderSurfaceFilters_h |
+#include "cc/cc_export.h" |
+ |
class GrContext; |
class SkBitmap; |
@@ -20,7 +22,7 @@ class WebGraphicsContext3D; |
namespace cc { |
-class RenderSurfaceFilters { |
+class CC_EXPORT RenderSurfaceFilters { |
public: |
static SkBitmap apply(const WebKit::WebFilterOperations& filters, unsigned textureId, const gfx::SizeF&, WebKit::WebGraphicsContext3D*, GrContext*); |
static WebKit::WebFilterOperations optimize(const WebKit::WebFilterOperations& filters); |