Index: include/core/SkDevice.h |
=================================================================== |
--- include/core/SkDevice.h (revision 13968) |
+++ include/core/SkDevice.h (working copy) |
@@ -383,7 +383,7 @@ |
* 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(const SkPicture& picture); |
+ virtual bool EXPERIMENTAL_drawPicture(SkPicture* picture); |
private: |
friend class SkCanvas; |