Index: cc/render_surface_filters.h |
diff --git a/cc/render_surface_filters.h b/cc/render_surface_filters.h |
index 86f366b19768cccbbaa4ac86123b17302c5b6d68..2909058f056c404fc0dc6e33826fd87b0a91d494 100644 |
--- a/cc/render_surface_filters.h |
+++ b/cc/render_surface_filters.h |
@@ -22,12 +22,16 @@ class WebFilterOperations; |
namespace cc { |
class CC_EXPORT RenderSurfaceFilters { |
-public: |
- static SkBitmap apply(const WebKit::WebFilterOperations& filters, unsigned textureId, gfx::SizeF, GrContext*); |
- static WebKit::WebFilterOperations optimize(const WebKit::WebFilterOperations& filters); |
- |
-private: |
- RenderSurfaceFilters(); |
+ public: |
+ static SkBitmap Apply(const WebKit::WebFilterOperations& filters, |
+ unsigned texture_id, |
+ gfx::SizeF size, |
+ GrContext* gr_context); |
+ static WebKit::WebFilterOperations Optimize( |
+ const WebKit::WebFilterOperations& filters); |
+ |
+ private: |
+ RenderSurfaceFilters(); |
}; |
} |