| Index: cc/render_surface_filters.h
|
| diff --git a/cc/render_surface_filters.h b/cc/render_surface_filters.h
|
| index 4ffc9fd0778e8e4b858a2e3272d3df234230ff1e..12d7190ae00d899927305c7d8b81e93be9c31138 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;
|
|
|
| @@ -17,7 +19,7 @@ class WebGraphicsContext3D;
|
| namespace cc {
|
| class FloatSize;
|
|
|
| -class RenderSurfaceFilters {
|
| +class CC_EXPORT RenderSurfaceFilters {
|
| public:
|
| static SkBitmap apply(const WebKit::WebFilterOperations& filters, unsigned textureId, const FloatSize&, WebKit::WebGraphicsContext3D*, GrContext*);
|
| static WebKit::WebFilterOperations optimize(const WebKit::WebFilterOperations& filters);
|
|
|