summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorskia-deps-roller <skia-deps-roller@chromium.org>2016-03-21 07:29:03 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-21 14:30:35 +0000
commitfc9cb7bccc6e561105cbd319fb142c5a6b07b064 (patch)
treedd7727c8f0747bd77177c5938a77c5d92290009a /DEPS
parent0aa57774d63909b9c6862b12e43089ee9d03e55c (diff)
downloadchromium_src-fc9cb7bccc6e561105cbd319fb142c5a6b07b064.zip
chromium_src-fc9cb7bccc6e561105cbd319fb142c5a6b07b064.tar.gz
chromium_src-fc9cb7bccc6e561105cbd319fb142c5a6b07b064.tar.bz2
Roll src/third_party/skia/ 2c9c469cc..f8ee67edb (1 commit).
https://chromium.googlesource.com/skia.git/+log/2c9c469cc917..f8ee67edb8e5 $ git log 2c9c469cc..f8ee67edb --date=short --no-merges --format='%ad %ae %s' 2016-03-21 marco.diiga Fix for unaligned automatic variable address in SSE routines. This used to work on linux but crashed on windows when rendering antialiased glyphs. I tracked the problem down to an alignment issue. CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=bsalomon@google.com Review URL: https://codereview.chromium.org/1822693002 Cr-Commit-Position: refs/heads/master@{#382279}
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 61cc91b..f85e0a5 100644
--- a/DEPS
+++ b/DEPS
@@ -39,7 +39,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling Skia
# and whatever else without interference from each other.
- 'skia_revision': '2c9c469cc91716c3b3637562b62b549016a9967f',
+ 'skia_revision': 'f8ee67edb8e5fed34bf4d5208bce89ea8be1ac1e',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling V8
# and whatever else without interference from each other.