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

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: rebased 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 abb3328aec5071f7ca738bc4595b2a790df21eca..30daa83c8719f15aefd5688c7a2366641f6f9d25 100644
--- a/content/public/common/renderer_preferences.h
+++ b/content/public/common/renderer_preferences.h
@@ -52,6 +52,13 @@ struct CONTENT_EXPORT RendererPreferences {
// Currently only used by Linux.
RendererPreferencesHintingEnum hinting;
+ // Whether auto hinter should be used. Currently only used by Linux.
+ bool autohinter;
Daniel Erat 2012/06/24 14:51:25 nit: mind renaming this to "use_autohinter" to mat
Xianzhu 2012/06/26 12:46:45 I hesitated about using 'use_'. Finally I used 'us
Daniel Erat 2012/06/26 14:13:29 Yes, I was suggesting changing this to use_autohin
Xianzhu 2012/06/26 14:16:22 Done.
+
+ // Whether embedded bitmap strikes in fonts should be used.
+ // Current only used by Linux.
+ bool use_bitmaps;
+
// The type of subpixel rendering to use for text.
// Currently only used by Linux.
RendererPreferencesSubpixelRenderingEnum subpixel_rendering;

Powered by Google App Engine
This is Rietveld 408576698