aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/c/sk_picture.h
diff options
context:
space:
mode:
authorGravatar Brian Salomon <bsalomon@google.com>2016-12-28 15:56:16 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-01-03 17:38:35 +0000
commit7551898f8eba322acb04c74ae12aae1ed3548105 (patch)
treea1a7db712daf37223169c7211ad7d9446f1b4b9a /include/c/sk_picture.h
parent534cbe5b9614a8fd0d0328a1cd43ed15b9328cdd (diff)
Make C API compatible with -Wstrict-prototypes
Change-Id: I265605e769a12a319d672c491c9ba2d89c02de7e Reviewed-on: https://skia-review.googlesource.com/6477 Reviewed-by: Hal Canary <halcanary@google.com> Commit-Queue: Brian Salomon <bsalomon@google.com>
Diffstat (limited to 'include/c/sk_picture.h')
-rw-r--r--include/c/sk_picture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/c/sk_picture.h b/include/c/sk_picture.h
index 338b7d906a..7a03214129 100644
--- a/include/c/sk_picture.h
+++ b/include/c/sk_picture.h
@@ -19,7 +19,7 @@ SK_C_PLUS_PLUS_BEGIN_GUARD
Create a new sk_picture_recorder_t. Its resources should be
released with a call to sk_picture_recorder_delete().
*/
-sk_picture_recorder_t* sk_picture_recorder_new();
+sk_picture_recorder_t* sk_picture_recorder_new(void);
/**
Release the memory and other resources used by this
sk_picture_recorder_t.