| Index: include/ports/SkFontMgr.h
|
| ===================================================================
|
| --- include/ports/SkFontMgr.h (revision 8387)
|
| +++ include/ports/SkFontMgr.h (working copy)
|
| @@ -17,9 +17,9 @@
|
|
|
| class SkFontStyleSet : public SkRefCnt {
|
| public:
|
| - int count() const;
|
| - void getStyle(int index, SkFontStyle*) const;
|
| - SkTypeface* createTypeface(int index) const;
|
| + virtual int count() = 0;
|
| + virtual void getStyle(int index, SkFontStyle*, SkString* style) = 0;
|
| + virtual SkTypeface* createTypeface(int index) = 0;
|
| };
|
|
|
| class SkFontMgr : public SkRefCnt {
|
|
|