Commit d32d4ab9 authored by skia-chromium-autoroll's avatar skia-chromium-autoroll Committed by Commit Bot

Roll src/third_party/skia/ e618eee83..7e7369f71 (5 commits)

https://skia.googlesource.com/skia.git/+log/e618eee83350..7e7369f7131d

$ git log e618eee83..7e7369f71 --date=short --no-merges --format='%ad %ae %s'
2018-05-01 khushalsagar fonts: Dont memcpy with nullptr in SkRemoteGlyphCache
2018-05-01 bsalomon Fix index overflow check for rewriting fans as triangles.
2018-05-01 mtklein Revert "Retry enabling skcms on Android"
2018-05-01 bsalomon Revert "Use a cached index buffer for triangle fans in GrDefaultPathRenderer."
2018-05-01 khushalsagar fonts: Set up remote glyph caching to push fonts.

Created with:
  roll-dep src/third_party/skia


The AutoRoll server is located here: https://autoroll.skia.org

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.


CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel
TBR=brianosman@chromium.org

Change-Id: Ibb5309f435c2cee455fcba204076eab1cd9f315c
Reviewed-on: https://chromium-review.googlesource.com/1038139
Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com>
Reviewed-by: default avatarskia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#555203}
parent fe1a3e71
...@@ -96,7 +96,7 @@ vars = { ...@@ -96,7 +96,7 @@ vars = {
# 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 whatever else without interference from each other. # and whatever else without interference from each other.
'skia_revision': 'e618eee83350902a06bba9c5b358b6c4c11e836c', 'skia_revision': '7e7369f7131d0b00f87cfb94e0fcbf91b02b4ee6',
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling V8 # the commit queue can handle CLs rolling V8
# and whatever else without interference from each other. # and whatever else without interference from each other.
......
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