Index: cc/render_surface_filters.h |
diff --git a/cc/render_surface_filters.h b/cc/render_surface_filters.h |
index 0186613b60b4d96676739d75d0bda4088a89e14c..86f366b19768cccbbaa4ac86123b17302c5b6d68 100644 |
--- a/cc/render_surface_filters.h |
+++ b/cc/render_surface_filters.h |
@@ -17,14 +17,13 @@ class SizeF; |
namespace WebKit { |
class WebFilterOperations; |
-class WebGraphicsContext3D; |
} |
namespace cc { |
class CC_EXPORT RenderSurfaceFilters { |
public: |
- static SkBitmap apply(const WebKit::WebFilterOperations& filters, unsigned textureId, const gfx::SizeF&, WebKit::WebGraphicsContext3D*, GrContext*); |
+ static SkBitmap apply(const WebKit::WebFilterOperations& filters, unsigned textureId, gfx::SizeF, GrContext*); |
static WebKit::WebFilterOperations optimize(const WebKit::WebFilterOperations& filters); |
private: |