| Index: src/core/SkPaint.cpp
|
| diff --git a/src/core/SkPaint.cpp b/src/core/SkPaint.cpp
|
| index 8fc7c1959566e1d0569eb1cde00a5e29fd5aeab3..9e53d19e2a31575a11879d84f3074567fe38e7f6 100644
|
| --- a/src/core/SkPaint.cpp
|
| +++ b/src/core/SkPaint.cpp
|
| @@ -242,12 +242,6 @@ void SkPaint::setGenerationID(uint32_t generationID) {
|
| fGenerationID = generationID;
|
| }
|
|
|
| -unsigned SkPaint::getBaseGlyphCount(SkUnichar text) const {
|
| - SkAutoGlyphCache autoCache(*this, NULL, NULL);
|
| - SkGlyphCache* cache = autoCache.getCache();
|
| - return cache->getBaseGlyphCount(text);
|
| -}
|
| -
|
| void SkPaint::setPaintOptionsAndroid(const SkPaintOptionsAndroid& options) {
|
| if (options != fPaintOptionsAndroid) {
|
| fPaintOptionsAndroid = options;
|
|
|