Index: src/core/SkBBoxRecord.h |
diff --git a/src/core/SkBBoxRecord.h b/src/core/SkBBoxRecord.h |
index eafd9d465e3a38bd19b7442d42bf3b98c151abb5..1d19b70054509da37527f661b7cc7fa429faa63e 100644 |
--- a/src/core/SkBBoxRecord.h |
+++ b/src/core/SkBBoxRecord.h |
@@ -55,7 +55,6 @@ public: |
const SkColor colors[], SkXfermode* xfer, |
const uint16_t indices[], int indexCount, |
const SkPaint& paint) SK_OVERRIDE; |
- virtual void drawPatch(const SkPatch& patch, const SkPaint& paint) SK_OVERRIDE; |
protected: |
virtual void onDrawDRRect(const SkRRect&, const SkRRect&, const SkPaint&) SK_OVERRIDE; |
@@ -67,6 +66,9 @@ protected: |
SkScalar constY, const SkPaint&) SK_OVERRIDE; |
virtual void onDrawTextOnPath(const void* text, size_t byteLength, const SkPath& path, |
const SkMatrix* matrix, const SkPaint&) SK_OVERRIDE; |
+ virtual void onDrawPatch(const SkPoint cubics[12], const SkColor colors[4], |
+ const SkPoint texCoords[4], SkXfermode* xmode, |
+ const SkPaint& paint) SK_OVERRIDE; |
virtual void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) SK_OVERRIDE; |
virtual void willSave() SK_OVERRIDE; |
virtual SaveLayerStrategy willSaveLayer(const SkRect*, const SkPaint*, SaveFlags) SK_OVERRIDE; |