| 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 f61cf60a8518eb6936fc8d44013f593b39b4dcdd..923ffccfb8d23a7ff0628ef875b97dbd76068a21 100644
|
| --- a/third_party/WebKit/public/platform/linux/WebFontRenderStyle.h
|
| +++ b/third_party/WebKit/public/platform/linux/WebFontRenderStyle.h
|
| @@ -49,8 +49,8 @@ struct BLINK_EXPORT WebFontRenderStyle {
|
| char useAntiAlias; // antialias glyph shapes
|
| char
|
| useSubpixelRendering; // use subpixel rendering (partially-filled pixels)
|
| - char
|
| - useSubpixelPositioning; // use subpixel positioning (fractional X positions for glyphs)
|
| + char useSubpixelPositioning; // use subpixel positioning (fractional X
|
| + // positions for glyphs)
|
|
|
| #if BLINK_IMPLEMENTATION || BLINK_PLATFORM_IMPLEMENTATION || \
|
| BLINK_COMMON_IMPLEMENTATION
|
|
|