| Index: src/core/SkRecorder.h
|
| diff --git a/src/core/SkRecorder.h b/src/core/SkRecorder.h
|
| index 0eb11d7af859212f35f3e287bc2d863a90cd383a..6eba19e5e73fc64b1d19ea8c4f3ad0484b0395cf 100644
|
| --- a/src/core/SkRecorder.h
|
| +++ b/src/core/SkRecorder.h
|
| @@ -61,6 +61,7 @@ public:
|
| const uint16_t indices[],
|
| int indexCount,
|
| const SkPaint& paint) SK_OVERRIDE;
|
| + void drawPatch(const SkPatch& patch, const SkPaint& paint) SK_OVERRIDE;
|
|
|
| void willSave() SK_OVERRIDE;
|
| SaveLayerStrategy willSaveLayer(const SkRect*, const SkPaint*, SkCanvas::SaveFlags) SK_OVERRIDE;
|
|
|