| Index: content/public/common/renderer_preferences.h
|
| diff --git a/content/public/common/renderer_preferences.h b/content/public/common/renderer_preferences.h
|
| index b745d09a07f2687c2527b6228290f571a0fc2fb5..ac7e58ccfaedbdfbd7278db673d800c8d47a96a0 100644
|
| --- a/content/public/common/renderer_preferences.h
|
| +++ b/content/public/common/renderer_preferences.h
|
| @@ -54,6 +54,10 @@ struct CONTENT_EXPORT RendererPreferences {
|
| // Currently only used by Linux.
|
| RendererPreferencesSubpixelRenderingEnum subpixel_rendering;
|
|
|
| + // Whether subpixel positioning should be used, permitting fractional X
|
| + // positions for glyphs. Currently only used by Linux.
|
| + bool use_subpixel_positioning;
|
| +
|
| // The color of the focus ring. Currently only used on Linux.
|
| SkColor focus_ring_color;
|
|
|
|
|