| Index: third_party/WebKit/Source/platform/fonts/linux/FontRenderStyle.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/linux/FontRenderStyle.h b/third_party/WebKit/Source/platform/fonts/linux/FontRenderStyle.h
|
| index 23bf3bdfc9133612a6aacbb6612a94fb0be36a85..24e08e2b28cb58364f364ff839300c7268d6b099 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/linux/FontRenderStyle.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/linux/FontRenderStyle.h
|
| @@ -83,10 +83,10 @@ struct FontRenderStyle {
|
| char useHinting; // hint glyphs to the pixel grid
|
| char hintStyle; // level of hinting, 0..3
|
| char useAntiAlias; // antialias glyph shapes
|
| - char
|
| - useSubpixelRendering; // use subpixel rendering (partially-filled pixels)
|
| - char
|
| - useSubpixelPositioning; // use subpixel positioning (fractional X positions for glyphs)
|
| + // use subpixel rendering (partially-filled pixels)
|
| + char useSubpixelRendering;
|
| + // use subpixel positioning (fractional X positions for glyphs)
|
| + char useSubpixelPositioning;
|
| };
|
|
|
| } // namespace blink
|
|
|