Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(893)

Unified Diff: content/public/common/renderer_preferences.h

Issue 10544103: Chromium change of sharing some WebKit API between Android/Linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698