| Index: third_party/WebKit/Source/platform/fonts/SimpleFontData.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/SimpleFontData.h b/third_party/WebKit/Source/platform/fonts/SimpleFontData.h
|
| index 35943515d3741b92f198a2233e7e5bc6f3c826f3..a97077315ad5a22af6b89fc643fbed77763d4498 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/SimpleFontData.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/SimpleFontData.h
|
| @@ -164,10 +164,8 @@ class PLATFORM_EXPORT SimpleFontData : public FontData {
|
| bool isTextOrientationFallback = false,
|
| bool subpixelAscentDescent = false);
|
|
|
| - SimpleFontData(PassRefPtr<CustomFontData> customData,
|
| - float fontSize,
|
| - bool syntheticBold,
|
| - bool syntheticItalic);
|
| + // Only used for testing.
|
| + SimpleFontData(const FontPlatformData&, PassRefPtr<OpenTypeVerticalData>);
|
|
|
| private:
|
| void platformInit(bool subpixelAscentDescent);
|
|
|