Index: include/core/SkPictureRecorder.h |
diff --git a/include/core/SkPictureRecorder.h b/include/core/SkPictureRecorder.h |
index d9372d89d06dab256cda310c94fbd9c9c7eaf8e2..e9ddcf5958789e27e1c6af5b76671a34b4d5d2e0 100644 |
--- a/include/core/SkPictureRecorder.h |
+++ b/include/core/SkPictureRecorder.h |
@@ -29,10 +29,9 @@ public: |
@param recordFlags optional flags that control recording. |
@return the canvas. |
*/ |
- // TODO: allow default parameters once the other beginRecoding entry point is gone |
SkCanvas* beginRecording(int width, int height, |
- SkBBHFactory* bbhFactory /* = NULL */, |
- uint32_t recordFlags /* = 0 */); |
+ SkBBHFactory* bbhFactory = NULL, |
+ uint32_t recordFlags = 0); |
/** Returns the recording canvas if one is active, or NULL if recording is |
not active. This does not alter the refcnt on the canvas (if present). |