| Index: include/core/SkDevice.h
|
| diff --git a/include/core/SkDevice.h b/include/core/SkDevice.h
|
| index a5682c29ecfbc4e3eb2134e7174213cfbff5c8d5..3d79a6517f86a9c1ca54bc099b029768fbd82e6a 100644
|
| --- a/include/core/SkDevice.h
|
| +++ b/include/core/SkDevice.h
|
| @@ -348,7 +348,8 @@ protected:
|
| * to perform some device-specific warm up tasks and then let SkCanvas
|
| * perform the main rendering loop (by return false from here).
|
| */
|
| - virtual bool EXPERIMENTAL_drawPicture(SkCanvas* canvas, const SkPicture* picture);
|
| + virtual bool EXPERIMENTAL_drawPicture(SkCanvas*, const SkPicture*, const SkMatrix*,
|
| + const SkPaint*);
|
|
|
| private:
|
| friend class SkCanvas;
|
|
|