| Index: third_party/WebKit/Source/platform/fonts/FontPlatformData.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/FontPlatformData.h b/third_party/WebKit/Source/platform/fonts/FontPlatformData.h
|
| index ad96600d1bdc1c40ed975cb900170e2450e6c490..a80e1ddbffdeb5160cb22286f5315c6007eb5ecd 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/FontPlatformData.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/FontPlatformData.h
|
| @@ -151,7 +151,8 @@ class PLATFORM_EXPORT FontPlatformData {
|
| PassRefPtr<SharedBuffer> openTypeTable(SkFontTableTag) const;
|
|
|
| #if OS(LINUX) || OS(ANDROID)
|
| - // The returned styles are all actual styles without FontRenderStyle::NoPreference.
|
| + // The returned styles are all actual styles without
|
| + // FontRenderStyle::NoPreference.
|
| const FontRenderStyle& getFontRenderStyle() const { return m_style; }
|
| #endif
|
| void setupPaint(SkPaint*, float deviceScaleFactor = 1, const Font* = 0) const;
|
|
|