aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkPictureCommon.h
diff options
context:
space:
mode:
authorGravatar Mike Reed <reed@google.com>2017-12-20 14:09:20 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-12-20 19:32:36 +0000
commite7a58321bbbe094ca0f9b03e25843f7666d5c198 (patch)
treeb94ae7763971fc8243369323c68d34864c265123 /src/core/SkPictureCommon.h
parent2a7f0aa9ebfd66c902dcf1a0ca86ced9fde60d5a (diff)
make InternalOnly_ functions actually private
Bug: skia: Change-Id: Id06ad4283a0cd9835b3349c783b705b30435855a Reviewed-on: https://skia-review.googlesource.com/87980 Reviewed-by: Mike Reed <reed@google.com> Commit-Queue: Mike Reed <reed@google.com>
Diffstat (limited to 'src/core/SkPictureCommon.h')
-rw-r--r--src/core/SkPictureCommon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/SkPictureCommon.h b/src/core/SkPictureCommon.h
index 23d43fd65b..39f816afc9 100644
--- a/src/core/SkPictureCommon.h
+++ b/src/core/SkPictureCommon.h
@@ -144,4 +144,6 @@ struct SkPathCounter {
sk_sp<SkImage> ImageDeserializer_SkDeserialImageProc(const void*, size_t, void* imagedeserializer);
+bool SkPicture_StreamIsSKP(SkStream*, SkPictInfo*);
+
#endif // SkPictureCommon_DEFINED