Index: src/core/SkBBoxRecord.h |
diff --git a/src/core/SkBBoxRecord.h b/src/core/SkBBoxRecord.h |
index f2e9d8d283d78a4a7c5dd126262d9602fa87d06e..123a91f1ecc35657ba90d0e78a997aeffa7f850a 100644 |
--- a/src/core/SkBBoxRecord.h |
+++ b/src/core/SkBBoxRecord.h |
@@ -54,7 +54,6 @@ public: |
const SkColor colors[], SkXfermode* xfer, |
const uint16_t indices[], int indexCount, |
const SkPaint& paint) SK_OVERRIDE; |
- virtual void drawPicture(SkPicture& picture) SK_OVERRIDE; |
protected: |
virtual void onDrawDRRect(const SkRRect&, const SkRRect&, const SkPaint&) SK_OVERRIDE; |
@@ -66,6 +65,7 @@ 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 onDrawPicture(const SkPicture* picture) SK_OVERRIDE; |
private: |
/** |