Commit 44545a60 authored by chromium-autoroll's avatar chromium-autoroll Committed by Commit Bot

Roll src/third_party/skia d6db27cfd2f7..1edff303fddb (18 commits)

https://skia.googlesource.com/skia.git/+log/d6db27cfd2f7..1edff303fddb


git log d6db27cfd2f7..1edff303fddb --date=short --no-merges --format='%ad %ae %s'
2018-11-02 reed@google.com SkPaint::Align is dead
2018-11-02 herb@google.com Remove one field of unique data from SkGlyphCacheBuilder
2018-11-02 brianosman@google.com Remove one more unused macro
2018-11-02 benjaminwagner@google.com [Infra] Switch to latest Win10 in Skolo.
2018-11-02 herb@google.com Make special SkRunFont ctor in SkPaint private again
2018-11-02 brianosman@google.com Simplify bitmappremul GM a bit, remove more SkColorData 4444 macros
2018-11-02 herb@google.com Make glyph runs const in the glyph run list.
2018-11-02 jvanverth@google.com Add SK_API to SkYUVASizeInfo def
2018-11-02 mtklein@google.com remove SkUnpremultiplyRow()
2018-11-02 mtklein@google.com DeMorgan's blend-on-black logic
2018-11-02 brianosman@google.com Leverage readPixels to simplify PDF bitmap output
2018-11-02 herb@google.com Remove mutablePaint from glyphRuns
2018-11-02 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 caeb1e895d7b..6ba22ee13768 (3 commits)
2018-11-02 mtklein@google.com implement most SkImageEncoderFns with skcms
2018-11-02 brianosman@google.com Remove colorType switches in SkBitmap and SkBitmapDevice
2018-11-02 mtklein@google.com make big-endian very opt-in
2018-11-02 brianosman@google.com Remove SkUnPreMultiply::UnPreMultiplyPreservingByteOrder
2018-11-02 mtklein@google.com transform_scanline_888x is transform_scanline_RGBX


Created with:
  gclient setdep -r src/third_party/skia@1edff303fddb

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

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=luci.chromium.try:android_optional_gpu_tests_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;master.tryserver.blink:linux_trusty_blink_rel
TBR=herb@chromium.org

Change-Id: I195f1a9f5e006f510c77be502066692da84b2376
Reviewed-on: https://chromium-review.googlesource.com/c/1316348Reviewed-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@{#605131}
parent d9f29b5f
...@@ -116,7 +116,7 @@ vars = { ...@@ -116,7 +116,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': 'd6db27cfd2f7f6e4e55a273a73cabdc08b5e6752', 'skia_revision': '1edff303fddbda0278eeddfb86e077b2dd3d1f75',
# 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