diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-10 22:53:09 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-10 22:53:09 +0000 |
commit | 831d9ba79c56fc142147b88287e787ed38395b76 (patch) | |
tree | 1e3f9534472a9b76d874ef3a889db481f6fec036 /ui/base/ui_base_switches.cc | |
parent | c192ea0ece21d496cf0caba87d09993eb1c326ce (diff) | |
download | chromium_src-831d9ba79c56fc142147b88287e787ed38395b76.zip chromium_src-831d9ba79c56fc142147b88287e787ed38395b76.tar.gz chromium_src-831d9ba79c56fc142147b88287e787ed38395b76.tar.bz2 |
Make tab/tabstrip high density compatible
added ImageSkiaOperations and replaced Bitmap with ImageSkiaRep/ImagSkia.
BUG=122992
TEST=manual
Review URL: https://chromiumcodereview.appspot.com/10704113
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145976 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/base/ui_base_switches.cc')
-rw-r--r-- | ui/base/ui_base_switches.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/base/ui_base_switches.cc b/ui/base/ui_base_switches.cc index b4c1ca3..33cff9f 100644 --- a/ui/base/ui_base_switches.cc +++ b/ui/base/ui_base_switches.cc @@ -6,6 +6,11 @@ namespace switches { +// 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. const char kEnableTextSubpixelPositioning[] = "enable-text-subpixel-positioning"; |