diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-12 14:52:08 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-12 14:52:08 +0000 |
commit | 7c993078238bc5b90b1dd2cb62511eb3057a9e48 (patch) | |
tree | df0b102fa86e7770ab967a9b9c1fdc1f913cba22 /DEPS | |
parent | f034c60602850332408054c9ca40a015b1b95928 (diff) | |
download | chromium_src-7c993078238bc5b90b1dd2cb62511eb3057a9e48.zip chromium_src-7c993078238bc5b90b1dd2cb62511eb3057a9e48.tar.gz chromium_src-7c993078238bc5b90b1dd2cb62511eb3057a9e48.tar.bz2 |
Skia roll r561:r563
Pulls in these two commits:
commit 1bb588523bf74ea4e0f71fc01180c21902ee577e
Author: agl@chromium.org <agl@chromium.org@107f31f1-e31d-0410-a17c-a9b5b17689e2>
Date: Mon May 10 21:20:58 2010 +0000
Minor fixes to build under Clang:
- Remove an unused ctor that was wrong anyway.
- Add magic angle brackets to a template declaration.
Patch-by: Evan Martin
git-svn-id: https://skia.googlecode.com/svn/trunk@563 107f31f1-e31d-0410-a17c-a9b5b17689e2
commit 191e7d263be5da30e07e5c7d44d144c8ecb941e0
Author: agl@chromium.org <agl@chromium.org@107f31f1-e31d-0410-a17c-a9b5b17689e2>
Date: Mon May 10 14:15:50 2010 +0000
[FreeType] Always use MONO hinting when hinting in monochrome.
This matches the behaviour of Cairo. It appears to be an undocumented
trick of font rendering on Linux that, in monochrome, all the hinting
modes expect no-hinting are mapped to FreeType's MONO hinting.
http://code.google.com/p/chromium/issues/detail?id=43252
http://codereview.appspot.com/1162041/show
git-svn-id: https://skia.googlecode.com/svn/trunk@562 107f31f1-e31d-0410-a17c-a9b5b17689e2
BUG=43252
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47028 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": "59170", "ffmpeg_revision": "46128", - "skia_revision": "561", + "skia_revision": "563", "chromium_git": "http://src.chromium.org/git", "swig_revision": "40423", "nacl_revision": "2235", |