Index: include/core/SkPaint.h |
diff --git a/include/core/SkPaint.h b/include/core/SkPaint.h |
index 5015c49d698706798276a7a021efe8bbd4b0bd4a..2038e6f5476a8abea39ffdb88cad4bcc35e69424 100644 |
--- a/include/core/SkPaint.h |
+++ b/include/core/SkPaint.h |
@@ -15,6 +15,7 @@ |
#include "SkXfermode.h" |
class SkAnnotation; |
+class SkAutoDescriptor; |
class SkAutoGlyphCache; |
class SkColorFilter; |
class SkData; |
@@ -1065,8 +1066,8 @@ private: |
* Allocs an SkDescriptor on the heap and return it to the caller as a refcnted |
* SkData. Caller is responsible for managing the lifetime of this object. |
*/ |
- const SkData* getScalerContextDescriptor(const SkDeviceProperties* deviceProperties, |
- const SkMatrix*, bool ignoreGamma) const; |
+ void getScalerContextDescriptor(SkAutoDescriptor*, const SkDeviceProperties* deviceProperties, |
+ const SkMatrix*, bool ignoreGamma) const; |
SkGlyphCache* detachCache(const SkDeviceProperties* deviceProperties, const SkMatrix*, |
bool ignoreGamma) const; |