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

Unified Diff: third_party/WebKit/Source/platform/fonts/FontCache.h

Issue 1930503003: Remove font subpixel positioning flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Retain test-only handling on linux Created 4 years, 8 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/fonts/FontCache.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/fonts/FontCache.h
diff --git a/third_party/WebKit/Source/platform/fonts/FontCache.h b/third_party/WebKit/Source/platform/fonts/FontCache.h
index 0e12c9e714a95c4a065425df0a4bc7c72233aa33..f56d8bdb75af427b73c8b32db85dabcbd7241561 100644
--- a/third_party/WebKit/Source/platform/fonts/FontCache.h
+++ b/third_party/WebKit/Source/platform/fonts/FontCache.h
@@ -103,7 +103,6 @@ public:
static void setFontManager(const RefPtr<SkFontMgr>&);
#if OS(WIN)
- bool useSubpixelPositioning() const { return s_useSubpixelPositioning; }
static bool antialiasedTextEnabled() { return s_antialiasedTextEnabled; }
static bool lcdTextEnabled() { return s_lcdTextEnabled; }
static float deviceScaleFactor() { return s_deviceScaleFactor; }
@@ -190,7 +189,6 @@ private:
static bool s_antialiasedTextEnabled;
static bool s_lcdTextEnabled;
static float s_deviceScaleFactor;
- static bool s_useSubpixelPositioning;
static HashMap<String, RefPtr<SkTypeface>>* s_sideloadedFonts;
// The system font metrics cache.
static AtomicString* s_menuFontFamilyName;
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/fonts/FontCache.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698