Roll Skia DEPS to r13441

R=rmistry@google.com

Review URL: https://codereview.chromium.org/164253004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251294 0039d316-1c4b-4281-b951-d872f2087c98
parent 65cbc05f
...@@ -45,8 +45,8 @@ vars = { ...@@ -45,8 +45,8 @@ vars = {
"sfntly_revision": "228", "sfntly_revision": "228",
"lighttpd_revision": "33737", "lighttpd_revision": "33737",
"skia_revision": "13422", "skia_revision": "13441",
"skia_hash": "6e715f8eb041eda26d6102af2bbf4febb9c99fed", "skia_hash": "a7692a9ac6cb8a0bbe6bbdfc83f86014a7dc265e",
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling Skia # the commit queue can handle CLs rolling Skia
# and V8 without interference from each other. # and V8 without interference from each other.
......
...@@ -65,6 +65,7 @@ ...@@ -65,6 +65,7 @@
'defines': [ 'defines': [
'SK_GAMMA_EXPONENT=1.2', 'SK_GAMMA_EXPONENT=1.2',
'SK_GAMMA_CONTRAST=0.2', 'SK_GAMMA_CONTRAST=0.2',
'SK_HIGH_QUALITY_IS_LANCZOS',
], ],
}], }],
['OS == "android"', { ['OS == "android"', {
...@@ -78,12 +79,14 @@ ...@@ -78,12 +79,14 @@
'defines': [ 'defines': [
'SK_GAMMA_SRGB', 'SK_GAMMA_SRGB',
'SK_GAMMA_CONTRAST=0.5', 'SK_GAMMA_CONTRAST=0.5',
'SK_HIGH_QUALITY_IS_LANCZOS',
], ],
}], }],
['OS == "mac"', { ['OS == "mac"', {
'defines': [ 'defines': [
'SK_GAMMA_SRGB', 'SK_GAMMA_SRGB',
'SK_GAMMA_CONTRAST=0.0', 'SK_GAMMA_CONTRAST=0.0',
'SK_HIGH_QUALITY_IS_LANCZOS',
], ],
}], }],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment