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

Roll src/third_party/skia bc6f9c9a8c6b..5b5d84cc1f37 (8 commits)

https://skia.googlesource.com/skia.git/+log/bc6f9c9a8c6b..5b5d84cc1f37


git log bc6f9c9a8c6b..5b5d84cc1f37 --date=short --no-merges --format='%ad %ae %s'
2018-08-10 robertphillips@google.com Cache the command buffer objects
2018-08-10 angle-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com Roll third_party/externals/angle2 468484201532..9b6a3f926032 (5 commits)
2018-08-10 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2018-08-10 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2018-08-09 mtklein@google.com remove SkColorSpaceXform fast path
2018-08-09 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2018-08-09 mtklein@google.com port most SkAtomic<T> to std::atomic<T>
2018-08-09 jcgregorio@google.com Fix typo in docs.


Created with:
  gclient setdep -r src/third_party/skia@5b5d84cc1f37

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;luci.chromium.try:win_optional_gpu_tests_rel
TBR=djsollen@chromium.org

Change-Id: I2497b2cdbd520117266ec8179b87d2bfaa1cd727
Reviewed-on: https://chromium-review.googlesource.com/1169936Reviewed-by: default avatarskia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com>
Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#582145}
parent 8bf89c2f
...@@ -105,7 +105,7 @@ vars = { ...@@ -105,7 +105,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': 'bc6f9c9a8c6b83bc91496c28d85541855747a5da', 'skia_revision': '5b5d84cc1f37de3b8e343c9c7f96ffa3cd95cca5',
# 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