Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1955)

Unified Diff: src/pdf/SkPDFTypes.h

Issue 1106163002: SkPDF: clean up uses of deprecated calls in tests (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2015-05-01 (Friday) 10:31:59 EDT Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tests/PDFPrimitivesTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pdf/SkPDFTypes.h
diff --git a/src/pdf/SkPDFTypes.h b/src/pdf/SkPDFTypes.h
index 69da87b36052bae0ebfa4aaaaed501e2b5360145..5fa68ec942c277b9417c56d66fbbbc4d8260395f 100644
--- a/src/pdf/SkPDFTypes.h
+++ b/src/pdf/SkPDFTypes.h
@@ -77,6 +77,8 @@ public:
static SkPDFUnion Int(int32_t);
+ static SkPDFUnion Int(size_t);
+
static SkPDFUnion Bool(bool);
static SkPDFUnion Scalar(SkScalar);
« no previous file with comments | « no previous file | tests/PDFPrimitivesTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698