| Index: third_party/WebKit/Source/platform/fonts/FontCache.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/FontCache.h b/third_party/WebKit/Source/platform/fonts/FontCache.h
|
| index f56d8bdb75af427b73c8b32db85dabcbd7241561..10c542ff5320a20d6e34130718fbac681d599cf9 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/FontCache.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/FontCache.h
|
| @@ -168,6 +168,7 @@ private:
|
|
|
| // These methods are implemented by each platform.
|
| PassOwnPtr<FontPlatformData> createFontPlatformData(const FontDescription&, const FontFaceCreationParams&, float fontSize);
|
| + PassOwnPtr<FontPlatformData> scaleFontPlatformData(const FontPlatformData*, const FontDescription&, const FontFaceCreationParams&, float fontSize);
|
|
|
| // Implemented on skia platforms.
|
| PassRefPtr<SkTypeface> createTypeface(const FontDescription&, const FontFaceCreationParams&, CString& name);
|
|
|