Index: include/core/SkDevice.h |
diff --git a/include/core/SkDevice.h b/include/core/SkDevice.h |
index 3e5e42b48fa11b2084ad0ddff795b1619d910905..0349e6bdee2573bbed6562795bc0d203822dcd98 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; |