| Index: include/core/SkPictureRecorder.h
|
| diff --git a/include/core/SkPictureRecorder.h b/include/core/SkPictureRecorder.h
|
| index b496aee28e25e54b7239135ff5700eb5d9926156..1259f92d23c0fdbf6d966d5c7d60c53305fdf07c 100644
|
| --- a/include/core/SkPictureRecorder.h
|
| +++ b/include/core/SkPictureRecorder.h
|
| @@ -25,10 +25,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).
|
|
|