aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/gpuveto.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gpuveto.cpp')
-rw-r--r--tools/gpuveto.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gpuveto.cpp b/tools/gpuveto.cpp
index 41ca0c8dd3..59b3bef2d9 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());