Chromium Code Reviews| Index: src/core/SkMaskFilter.cpp |
| diff --git a/src/core/SkMaskFilter.cpp b/src/core/SkMaskFilter.cpp |
| index f062f135fdbebbd4f5016bfde05dc0a424e04ccb..9bfd57f010965a8b9bb31d3250d93bd9046b71e7 100644 |
| --- a/src/core/SkMaskFilter.cpp |
| +++ b/src/core/SkMaskFilter.cpp |
| @@ -309,6 +309,13 @@ bool SkMaskFilter::canFilterMaskGPU(const SkRect& devBounds, |
| return false; |
| } |
| +bool SkMaskFilter::directFilterMaskGPU(GrContext *context, |
|
reed1
2014/01/02 17:32:39
minor nit: skia places the * or & with the type, n
humper
2014/01/02 18:12:10
Done -- someday I will train my fingers to type th
|
| + GrPaint *grp, |
| + const SkStrokeRec& strokeRec, |
| + const SkPath *path) const { |
| + return false; |
| +} |
| + |
| bool SkMaskFilter::filterMaskGPU(GrContext* context, |
| const SkBitmap& srcBM, |
| const SkRect& maskRect, |