aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pdf/SkPDFTypes.h
diff options
context:
space:
mode:
authorGravatar halcanary <halcanary@google.com>2015-04-27 14:00:09 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-04-27 14:00:09 -0700
commita25b3371a7209105e6c05f7bbb53d19e2b14498b (patch)
tree31a434cf24d4f10506aae7e303f6dd0958d1103b /src/pdf/SkPDFTypes.h
parent9a22f489e8722dd83c65f33fb886019d9f60e479 (diff)
SkPDF: clean up uses of deprecated calls in other SkPDF classes
Diffstat (limited to 'src/pdf/SkPDFTypes.h')
-rw-r--r--src/pdf/SkPDFTypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pdf/SkPDFTypes.h b/src/pdf/SkPDFTypes.h
index f258e384e5..bc24dd5cf5 100644
--- a/src/pdf/SkPDFTypes.h
+++ b/src/pdf/SkPDFTypes.h
@@ -353,6 +353,7 @@ public:
* @param key The text of the key for this dictionary entry.
* @param value The value for this dictionary entry.
*/
+ void insertBool(const char key[], bool value);
void insertInt(const char key[], int32_t value);
void insertInt(const char key[], size_t value);
void insertScalar(const char key[], SkScalar value);