summaryrefslogtreecommitdiffstats
path: root/ui/gfx/switches.h
diff options
context:
space:
mode:
authoroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-21 23:06:32 +0000
committeroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-21 23:07:57 +0000
commit68d6080e31b22baeec8c1fd7d06b8960256aa0a1 (patch)
tree2f1f1f60be8441af79b35a7e027c813441de9a95 /ui/gfx/switches.h
parentb35234135a73f3a0529cf3fea7b6307aa32ad08f (diff)
downloadchromium_src-68d6080e31b22baeec8c1fd7d06b8960256aa0a1.zip
chromium_src-68d6080e31b22baeec8c1fd7d06b8960256aa0a1.tar.gz
chromium_src-68d6080e31b22baeec8c1fd7d06b8960256aa0a1.tar.bz2
Enable subpixel positioning for internal display with dsf larger than 1.0
Remove enable-browser-text-subpixel-positioning flag. BUG=388844 TEST=covered by tests Review URL: https://codereview.chromium.org/485873002 Cr-Commit-Position: refs/heads/master@{#291227} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291227 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/gfx/switches.h')
-rw-r--r--ui/gfx/switches.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/gfx/switches.h b/ui/gfx/switches.h
index 48b5633e..e968a49 100644
--- a/ui/gfx/switches.h
+++ b/ui/gfx/switches.h
@@ -12,7 +12,6 @@ namespace switches {
GFX_EXPORT extern const char kAllowArbitraryScaleFactorInImageSkia[];
GFX_EXPORT extern const char kDisableArbitraryScaleFactorInImageSkia[];
GFX_EXPORT extern const char kDisableHarfBuzzRenderText[];
-GFX_EXPORT extern const char kEnableBrowserTextSubpixelPositioning[];
GFX_EXPORT extern const char kEnableHarfBuzzRenderText[];
GFX_EXPORT extern const char kEnableWebkitTextSubpixelPositioning[];
GFX_EXPORT extern const char kForceDeviceScaleFactor[];