aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar vandebo@chromium.org <vandebo@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-05-18 22:10:09 +0000
committerGravatar vandebo@chromium.org <vandebo@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-05-18 22:10:09 +0000
commit8989d31cf0472cc73484d74e45c54a24fed2dc00 (patch)
treecf30edf4492fb9bb8ecd64933dc82e267cb0dd92
parent05ea1810a231b1f699c98a0b6272e08a4c93b06b (diff)
[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
-rw-r--r--include/pdf/SkPDFUtils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pdf/SkPDFUtils.h b/include/pdf/SkPDFUtils.h
index 04d4c7b97f..50da28cff0 100644
--- a/include/pdf/SkPDFUtils.h
+++ b/include/pdf/SkPDFUtils.h
@@ -22,7 +22,7 @@
class SkMatrix;
class SkPath;
class SkPDFArray;
-class SkRect;
+struct SkRect;
#if 0
#define PRINT_NOT_IMPL(str) fprintf(stderr, str)