Roll src/third_party/skia/ c0528e241..42f8bc40f (29 commits)

https://skia.googlesource.com/skia.git/+log/c0528e2418e0..42f8bc40fd37

$ git log c0528e241..42f8bc40f --date=short --no-merges --format='%ad %ae %s'
2018-04-03 khushalsagar Add API for SkTextBlob serialization into caller's memory.
2018-04-03 herb Clean up buffering and serializatoin.
2018-04-03 egdaniel Check if fan point is finite in GrAAConvexPathRenderer.
2018-04-03 caryclark fix global method indentation
2018-04-03 caryclark fix SkImageInfo indentation
2018-04-03 mtklein limit cpu features of skcms on bots we limit skia
2018-04-03 egdaniel Drop draw in GrAAConvextPathRenderer if calculation of center of mass ends up in NaN
2018-04-03 kjlubick Improve MSAN docs
2018-04-02 bungeman Hardcode a font for lcd testing on MacOS.
2018-04-03 mtklein remove CC,CXX,CPPFLAGS from compile environment
2018-04-03 skcms-skia-autoroll Roll skia/third_party/externals/skcms/ 2fd9445b9..770177dc9 (1 commit)
2018-04-03 egdaniel Check for divide by zero in fill_in_2D_gaussian_kernel
2018-04-02 brianosman Remove legacy API support from Flutter
2018-04-03 egdaniel Check for divide by zero in fill_in_1D_gaussian_kernel
2018-04-03 skcms-skia-autoroll Roll skia/third_party/externals/skcms/ 6c4b7c42f..2fd9445b9 (1 commit)
2018-04-03 angle-skia-autoroll Roll skia/third_party/externals/angle2/ 30b604d8d..5d232d53b (1 commit)
2018-04-02 caryclark fix pathop fuzzes
2018-04-03 kjlubick Move oss-fuzz to MockGPUCanvas
2018-04-03 skcms-skia-autoroll Roll skia/third_party/externals/skcms/ b21124236..6c4b7c42f (1 commit)
2018-04-03 caryclark update autogenerated includes
2018-04-03 caryclark fix bugs exposed by documenting SkImageInfo
2018-04-03 egdaniel Allow for divide by zero in miter calculation in GrAAConvexTessellator
2018-04-03 senorblanco GrTessellator: fix for points that become infinite on stroking.
2018-04-03 kjlubick Catch infinite numbers in computeMatrices
2018-04-03 bsalomon Increase precision in GrSRGBEffect
2018-04-03 jvanverth Add SkOffsetSimplePolygon.
2018-04-03 skcms-skia-autoroll Roll skia/third_party/externals/skcms/ 75dc22828..b21124236 (1 commit)
2018-04-03 robertphillips Fix non-GPU release bots
2018-04-02 bsalomon Speculative fix for crbug.com/823920

Created with:
  roll-dep src/third_party/skia
BUG=chromium:822218,chromium:823920


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:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
TBR=herb@chromium.org

Change-Id: Icf13588f60da5904b13fd14f4c6e042f7a0b10b6
Reviewed-on: https://chromium-review.googlesource.com/994708
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@{#547977}
parent 0fcf244a
...@@ -82,7 +82,7 @@ vars = { ...@@ -82,7 +82,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': 'c0528e2418e09765807f1db510733c573232f7e2', 'skia_revision': '42f8bc40fd3702c801c9f5b9d438fabcc77fb58b',
# 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