diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-14 04:14:48 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-14 04:14:48 +0000 |
commit | 0d3b9dda19ce9f3fb74e601146ac9f1f1d68dfbe (patch) | |
tree | 39b348736b26c4e45d8fe6fc4ca2054d89b48320 /ui/base/ui_base_switches.cc | |
parent | 16dbfb0e842b3ebb5dc156dc4b0990dc7dfa04db (diff) | |
download | chromium_src-0d3b9dda19ce9f3fb74e601146ac9f1f1d68dfbe.zip chromium_src-0d3b9dda19ce9f3fb74e601146ac9f1f1d68dfbe.tar.gz chromium_src-0d3b9dda19ce9f3fb74e601146ac9f1f1d68dfbe.tar.bz2 |
ui/gfx: Create a new gfx switches file to put gfx specific switches there.
BUG=103304
TEST=ui_unittests
R=sky@chromium.org
Review URL: https://chromiumcodereview.appspot.com/11359184
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167592 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/base/ui_base_switches.cc')
-rw-r--r-- | ui/base/ui_base_switches.cc | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/ui/base/ui_base_switches.cc b/ui/base/ui_base_switches.cc index 2ead2cf..be4639b 100644 --- a/ui/base/ui_base_switches.cc +++ b/ui/base/ui_base_switches.cc @@ -9,27 +9,12 @@ namespace switches { // Enable support for bezel touch. const char kEnableBezelTouch[] = "enable-bezel-touch"; -// Whether or not ImageSkiaOperations methods can scale one of images -// if they don't have the same scale factor. -const char kDisableScalingInImageSkiaOperations[] = - "disable-scaling-in-image-skia-operations"; - -// Let text glyphs have X-positions that aren't snapped to the pixel grid in -// the browser UI. -const char kEnableBrowserTextSubpixelPositioning[] = - "enable-browser-text-subpixel-positioning"; - // Enable support for touch events. const char kEnableTouchEvents[] = "enable-touch-events"; // Enables the Views textfield on Windows. const char kEnableViewsTextfield[] = "enable-views-textfield"; -// Enable text glyphs to have X-positions that aren't snapped to the pixel grid -// in webkit renderers. -const char kEnableWebkitTextSubpixelPositioning[] = - "enable-webkit-text-subpixel-positioning"; - // Overrides the device scale factor for the browser UI and the // contents. const char kForceDeviceScaleFactor[] = "force-device-scale-factor"; |