| commit | 532470f34dbe9fc0b8b71e3917eca8894feaf336 | [log] [tgz] |
|---|---|---|
| author | bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Jan 22 19:25:14 2013 +0000 |
| committer | bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Jan 22 19:25:14 2013 +0000 |
| tree | 32189d576d8183776ac6ace8cdebce1d55600bb3 | |
| parent | da7cb287682a1bcc1c2703fdf75a4dce867e5cc9 [diff] [blame] |
Expose geometry and gamma on device. https://codereview.appspot.com/6499101/ git-svn-id: http://skia.googlecode.com/svn/trunk@7317 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/pdf/SkPDFDevice.cpp b/src/pdf/SkPDFDevice.cpp index 7f189aa..63cc8c4 100644 --- a/src/pdf/SkPDFDevice.cpp +++ b/src/pdf/SkPDFDevice.cpp
@@ -75,7 +75,7 @@ SkMatrix ident; ident.reset(); - SkAutoGlyphCache autoCache(paint, &ident); + SkAutoGlyphCache autoCache(paint, NULL, &ident); SkGlyphCache* cache = autoCache.getCache(); const char* start = reinterpret_cast<const char*>(glyphs);