Commit c94785ad authored by chromium-autoroll's avatar chromium-autoroll Committed by Commit Bot

Roll Skia from cd75b17943ab to 9f7485b4bbeb (5 revisions)

https://skia.googlesource.com/skia.git/+log/cd75b17943ab..9f7485b4bbeb

2020-06-05 senorblanco@chromium.org Dawn: fix unsupported writePixels mode and test.
2020-06-05 johnstiles@google.com Pass input stage color to child processors.
2020-06-05 senorblanco@chromium.org Dawn: fix for crash on GrContextFactory_sharedContexts unit test.
2020-06-05 herb@google.com remove forceW system
2020-06-05 kjlubick@google.com [canvaskit] Add MacOS specific notes for setup

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-autoroll
Please CC tdenniston@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

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

Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel
Bug: None
Tbr: tdenniston@google.com
Change-Id: I5a3209f0b160911ff5c2cdebc4c517284b51c82b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2232790Reviewed-by: default avatarchromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#775715}
parent 32968f23
...@@ -182,7 +182,7 @@ vars = { ...@@ -182,7 +182,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': 'cd75b17943abff4cdcafe11af4a6cf40f6ab9935', 'skia_revision': '9f7485b4bbebeb9977e35022566f73dace25e594',
# 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