| Index: third_party/WebKit/public/platform/linux/WebFontRenderStyle.h
|
| diff --git a/third_party/WebKit/public/platform/linux/WebFontRenderStyle.h b/third_party/WebKit/public/platform/linux/WebFontRenderStyle.h
|
| index 765774ae8b023b4ed209000795ed0bccf4306ee9..471070054888eccdbcbfa5001e02ac0b14ff4b1d 100644
|
| --- a/third_party/WebKit/public/platform/linux/WebFontRenderStyle.h
|
| +++ b/third_party/WebKit/public/platform/linux/WebFontRenderStyle.h
|
| @@ -50,7 +50,7 @@ struct BLINK_EXPORT WebFontRenderStyle {
|
| char useSubpixelRendering; // use subpixel rendering (partially-filled pixels)
|
| char useSubpixelPositioning; // use subpixel positioning (fractional X positions for glyphs)
|
|
|
| -#if BLINK_IMPLEMENTATION || BLINK_PLATFORM_IMPLEMENTATION
|
| +#if BLINK_IMPLEMENTATION || BLINK_PLATFORM_IMPLEMENTATION || BLINK_COMMON_IMPLEMENTATION
|
| // Translates the members of this struct to a FontRenderStyle
|
| void toFontRenderStyle(FontRenderStyle*);
|
| #endif
|
|
|