Index: include/core/SkMaskFilter.h |
diff --git a/include/core/SkMaskFilter.h b/include/core/SkMaskFilter.h |
index a651b466faa289b310e73f44a19150e0f7df4dad..f4bcd2edbd4c4bb72167063642c33312fbd007a0 100644 |
--- a/include/core/SkMaskFilter.h |
+++ b/include/core/SkMaskFilter.h |
@@ -97,6 +97,7 @@ public: |
*/ |
virtual bool directFilterMaskGPU(GrContext* context, |
GrPaint* grp, |
+ const SkMatrix& viewMatrix, |
const SkStrokeRec& strokeRec, |
const SkPath& path) const; |
/** |
@@ -105,6 +106,7 @@ public: |
*/ |
virtual bool directFilterRRectMaskGPU(GrContext* context, |
GrPaint* grp, |
+ const SkMatrix& viewMatrix, |
const SkStrokeRec& strokeRec, |
const SkRRect& rrect) const; |