[PDF] Fix windows compile warning.

Review URL: http://codereview.appspot.com/4545056

git-svn-id: http://skia.googlecode.com/svn/trunk@1374 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
vandebo@chromium.org 2011-05-18 22:10:09 +00:00
parent 05ea1810a2
commit 8989d31cf0

View File

@ -22,7 +22,7 @@
class SkMatrix;
class SkPath;
class SkPDFArray;
class SkRect;
struct SkRect;
#if 0
#define PRINT_NOT_IMPL(str) fprintf(stderr, str)