Index: include/core/SkMultiPictureDraw.h |
diff --git a/include/core/SkMultiPictureDraw.h b/include/core/SkMultiPictureDraw.h |
index ce788962ffe4747f2c21f521b9c383958d02a899..809e2dfe29cbfb59544a3e98cbaff92cdcdeffa4 100644 |
--- a/include/core/SkMultiPictureDraw.h |
+++ b/include/core/SkMultiPictureDraw.h |
@@ -45,9 +45,10 @@ public: |
/** |
* Perform all the previously added draws. This will reset the state |
- * of this object. |
+ * of this object. If flush is true, all canvases are flushed after |
+ * draw. |
*/ |
- void draw(); |
+ void draw(bool flush = false); |
/** |
* Abandon all buffered draws and reset to the initial state. |