| Index: trunk/include/core/SkPaint.h
|
| ===================================================================
|
| --- trunk/include/core/SkPaint.h (revision 8215)
|
| +++ trunk/include/core/SkPaint.h (working copy)
|
| @@ -974,7 +974,7 @@
|
| SkGlyphCache* detachCache(const SkDeviceProperties* deviceProperties, const SkMatrix*) const;
|
|
|
| void descriptorProc(const SkDeviceProperties* deviceProperties, const SkMatrix* deviceMatrix,
|
| - void (*proc)(const SkDescriptor*, void*),
|
| + void (*proc)(SkTypeface*, const SkDescriptor*, void*),
|
| void* context, bool ignoreGamma = false) const;
|
|
|
| static void Term();
|
|
|