| Index: tools/gpuveto.cpp
|
| diff --git a/tools/gpuveto.cpp b/tools/gpuveto.cpp
|
| index 41ca0c8dd358e7f8a392fdee1de545b323297e56..59b3bef2d9b1164546cfb4b04881642643013c81 100644
|
| --- a/tools/gpuveto.cpp
|
| +++ b/tools/gpuveto.cpp
|
| @@ -52,8 +52,8 @@ int tool_main(int argc, char** argv) {
|
| // The SkPicture tracking information is only generated during recording
|
| // an isn't serialized. Replay the picture to regenerated the tracking data.
|
| SkPictureRecorder recorder;
|
| - picture->playback(recorder.beginRecording(picture->cullRect().width(),
|
| - picture->cullRect().height(),
|
| + picture->playback(recorder.beginRecording(picture->cullRect().width(),
|
| + picture->cullRect().height(),
|
| nullptr, 0));
|
| sk_sp<SkPicture> recorded(recorder.finishRecordingAsPicture());
|
|
|
|
|