Chromium Code Reviews| Index: include/core/SkMaskFilter.h |
| diff --git a/include/core/SkMaskFilter.h b/include/core/SkMaskFilter.h |
| index 4490c6f16ab47774772400eb5f4c5eb81af190b9..c9f7968fbf2bd53ca5a963da2ce5c778d9935653 100644 |
| --- a/include/core/SkMaskFilter.h |
| +++ b/include/core/SkMaskFilter.h |
| @@ -17,6 +17,7 @@ |
| class GrClip; |
| class GrContext; |
| +class GrDrawContext; |
| class GrPaint; |
| class GrRenderTarget; |
| class SkBitmap; |
| @@ -97,6 +98,7 @@ public: |
| * true if drawing was successful. |
| */ |
| virtual bool directFilterMaskGPU(GrContext* context, |
| + GrDrawContext* drawContext, |
|
bsalomon
2015/07/08 19:06:36
Wondering if we can drop GrContext here (in favor
robertphillips
2015/07/23 18:42:45
Done and landed in https://codereview.chromium.org
|
| GrRenderTarget* rt, |
| GrPaint* grp, |
| const GrClip&, |