| Index: cc/output/render_surface_filters.h
|
| diff --git a/cc/output/render_surface_filters.h b/cc/output/render_surface_filters.h
|
| index 42b6e451501412ed46bbedd28f444eb7b3743884..22c9363b5183728ab4c31c6d3d4d52aed941ca00 100644
|
| --- a/cc/output/render_surface_filters.h
|
| +++ b/cc/output/render_surface_filters.h
|
| @@ -7,7 +7,6 @@
|
| #define CC_OUTPUT_RENDER_SURFACE_FILTERS_H_
|
|
|
| #include "base/basictypes.h"
|
| -#include "cc/base/cc_export.h"
|
| #include "skia/ext/refptr.h"
|
|
|
| class GrContext;
|
| @@ -22,7 +21,7 @@ namespace cc {
|
|
|
| class FilterOperations;
|
|
|
| -class CC_EXPORT RenderSurfaceFilters {
|
| +class RenderSurfaceFilters {
|
| public:
|
| static SkBitmap Apply(const FilterOperations& filters,
|
| unsigned texture_id,
|
|
|