diff options
author | derat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-21 21:40:34 +0000 |
---|---|---|
committer | derat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-21 21:40:34 +0000 |
commit | 4619a58300167c7d119608c7970ee59dc4b8eff1 (patch) | |
tree | a0bed4fa78d9403a9c5027e622db85ddf9e48c9f /DEPS | |
parent | 4fd4a6da1114c4df949d0bf0281b4ecbfbb73534 (diff) | |
download | chromium_src-4619a58300167c7d119608c7970ee59dc4b8eff1.zip chromium_src-4619a58300167c7d119608c7970ee59dc4b8eff1.tar.gz chromium_src-4619a58300167c7d119608c7970ee59dc4b8eff1.tar.bz2 |
Roll Skia deps to r475.
This picks up the following fix:
skia: Always use aliased text when antialiasing is disabled.
Otherwise, people who have antialiasing disabled end up with
subpixel rendering if the subpixel setting happens to be set
to something other than "none". This change's interpretation
of these overlapping settings seems to be consistent with
GTK's and Firefox's.
BUG=28382
TEST=tested that aliased text is now drawn in the above case
Review URL: http://codereview.chromium.org/555035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36786 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ vars = { "http://svn.webkit.org/repository/webkit/trunk", "webkit_revision": "53511", "ffmpeg_revision": "34297", - "skia_revision": "474", + "skia_revision": "475", "chromium_git": "http://src.chromium.org/git", } |