| Index: src/core/SkRecorder.h
|
| diff --git a/src/core/SkRecorder.h b/src/core/SkRecorder.h
|
| index be8924846ef148a67204c70bdedf8caea3d51684..d87d7727fb04f6a45248558eb34485ed1a580f78 100644
|
| --- a/src/core/SkRecorder.h
|
| +++ b/src/core/SkRecorder.h
|
| @@ -61,7 +61,9 @@ public:
|
| const uint16_t indices[],
|
| int indexCount,
|
| const SkPaint& paint) SK_OVERRIDE;
|
| - void drawPatch(const SkPatch& patch, const SkPaint& paint) SK_OVERRIDE;
|
| + void drawPatch(const SkPoint cubics[12], const SkColor colors[4],
|
| + const SkPoint texCoords[4], SkXfermode* xmode,
|
| + const SkPaint& paint) SK_OVERRIDE;
|
|
|
| void willSave() SK_OVERRIDE;
|
| SaveLayerStrategy willSaveLayer(const SkRect*, const SkPaint*, SkCanvas::SaveFlags) SK_OVERRIDE;
|
|
|