Chromium Code Reviews| Index: src/gpu/GrDrawContextPriv.h |
| diff --git a/src/gpu/GrDrawContextPriv.h b/src/gpu/GrDrawContextPriv.h |
| index 68f42041237f48e78f122600e76c592b18fa6f9c..6f7d5b400227d35f5c8509557e742070e8a840ea 100644 |
| --- a/src/gpu/GrDrawContextPriv.h |
| +++ b/src/gpu/GrDrawContextPriv.h |
| @@ -55,6 +55,8 @@ public: |
| const SkMatrix& viewMatrix, |
| const SkPath&); |
| + SkBudgeted isBudgeted() const; |
| + |
| void testingOnly_drawBatch(const GrPaint&, |
| GrDrawBatch* batch, |
| const GrUserStencilSettings* = nullptr, |