| Index: content/public/common/renderer_preferences.h
|
| diff --git a/content/public/common/renderer_preferences.h b/content/public/common/renderer_preferences.h
|
| index ac7e58ccfaedbdfbd7278db673d800c8d47a96a0..e11376efa9bcbe8b22700508cd6497a2921b0f08 100644
|
| --- a/content/public/common/renderer_preferences.h
|
| +++ b/content/public/common/renderer_preferences.h
|
| @@ -47,15 +47,15 @@ struct CONTENT_EXPORT RendererPreferences {
|
| bool should_antialias_text;
|
|
|
| // The level of hinting to use when rendering text.
|
| - // Currently only used by Linux.
|
| + // Currently only used by Linux and Android.
|
| RendererPreferencesHintingEnum hinting;
|
|
|
| // The type of subpixel rendering to use for text.
|
| - // Currently only used by Linux.
|
| + // Currently only used by Linux and Android.
|
| RendererPreferencesSubpixelRenderingEnum subpixel_rendering;
|
|
|
| - // Whether subpixel positioning should be used, permitting fractional X
|
| - // positions for glyphs. Currently only used by Linux.
|
| + // Whether subpixel positioning should be used, permitting fractional
|
| + // positions for glyphs. Currently only used by Linux and Android.
|
| bool use_subpixel_positioning;
|
|
|
| // The color of the focus ring. Currently only used on Linux.
|
|
|