commit | 4debcac8c38cae17a01e697578719c60a068052f | [log] [tgz] |
---|---|---|
author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon May 14 16:33:36 2012 +0000 |
committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon May 14 16:33:36 2012 +0000 |
tree | fe0f4e1b11fa773d8ce0eb446cb5912d8e055eea | |
parent | 59bc8d4fa725da2a6cec3526859c488b577d5cce [diff] [blame] |
Debug Windows compiler complaint fixes http://codereview.appspot.com/6208055/ git-svn-id: http://skia.googlecode.com/svn/trunk@3924 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/pdf/SkPDFDocument.cpp b/src/pdf/SkPDFDocument.cpp index 74daf00..3b9b686 100644 --- a/src/pdf/SkPDFDocument.cpp +++ b/src/pdf/SkPDFDocument.cpp
@@ -263,7 +263,7 @@ // TODO(vandebo): Linearized format will take a Prev entry too. // TODO(vandebo): PDF/A requires an ID entry. - fTrailerDict->insertInt("Size", objCount); + fTrailerDict->insertInt("Size", int(objCount)); fTrailerDict->insert("Root", new SkPDFObjRef(fDocCatalog.get()))->unref(); }