Index: include/core/SkMaskFilter.h |
diff --git a/include/core/SkMaskFilter.h b/include/core/SkMaskFilter.h |
index c94faf6fe2665a21312b12efe4cfd5f7dcbda256..1167407d52f44cce0ec9511ebafecfedb46eaa43 100644 |
--- a/include/core/SkMaskFilter.h |
+++ b/include/core/SkMaskFilter.h |
@@ -15,7 +15,6 @@ |
#include "SkMask.h" |
#include "SkPaint.h" |
-class GrClip; |
class GrContext; |
class GrPaint; |
class GrRenderTarget; |
@@ -101,7 +100,6 @@ |
virtual bool directFilterMaskGPU(GrContext* context, |
GrRenderTarget* rt, |
GrPaint* grp, |
- const GrClip&, |
const SkMatrix& viewMatrix, |
const SkStrokeRec& strokeRec, |
const SkPath& path) const; |
@@ -112,7 +110,6 @@ |
virtual bool directFilterRRectMaskGPU(GrContext* context, |
GrRenderTarget* rt, |
GrPaint* grp, |
- const GrClip&, |
const SkMatrix& viewMatrix, |
const SkStrokeRec& strokeRec, |
const SkRRect& rrect) const; |