| Index: include/core/SkPaint.h
|
| diff --git a/include/core/SkPaint.h b/include/core/SkPaint.h
|
| index 3874d98869c4f7f95cb97f69d31983b39edad5c3..58cb160adaff7e0e11ed5cd0068f41edac4cceaa 100644
|
| --- a/include/core/SkPaint.h
|
| +++ b/include/core/SkPaint.h
|
| @@ -942,10 +942,6 @@ public:
|
| uint32_t getGenerationID() const;
|
| void setGenerationID(uint32_t generationID);
|
|
|
| - /** Returns the base glyph count for the strike associated with this paint
|
| - */
|
| - unsigned getBaseGlyphCount(SkUnichar text) const;
|
| -
|
| const SkPaintOptionsAndroid& getPaintOptionsAndroid() const {
|
| return fPaintOptionsAndroid;
|
| }
|
|
|