| Index: include/utils/SkProxyCanvas.h
|
| diff --git a/include/utils/SkProxyCanvas.h b/include/utils/SkProxyCanvas.h
|
| index 6055db9bedebc07ed4d160fced687fb8d1ca756a..d31806ff445dedd52166f52430316fdc308ef703 100644
|
| --- a/include/utils/SkProxyCanvas.h
|
| +++ b/include/utils/SkProxyCanvas.h
|
| @@ -47,6 +47,7 @@ public:
|
| const SkColor colors[], SkXfermode* xmode,
|
| const uint16_t indices[], int indexCount,
|
| const SkPaint& paint) SK_OVERRIDE;
|
| + virtual void drawPatch(const SkPatch& patch, const SkPaint& paint) SK_OVERRIDE;
|
| virtual void drawData(const void* data, size_t length) SK_OVERRIDE;
|
|
|
| virtual void beginCommentGroup(const char* description) SK_OVERRIDE;
|
|
|