Skip to content

Commit

Permalink
Roll src/third_party/skia 385de38..7345d88 (8 commits) (flutter#17373)
Browse files Browse the repository at this point in the history
https://skia.googlesource.com/skia.git/+log/385de38b272f..7345d88277c4

git log 385de38..7345d88 --date=short --first-parent --format='%ad %ae %s'
2020-03-27 [email protected] gn format gn/BUILD.gn
2020-03-27 [email protected] Re-generate source from FP files after clang-format change
2020-03-27 [email protected] Remove arbitrary limit on number of composed color filters
2020-03-27 [email protected] Remove GrSRGBEffect
2020-03-27 [email protected] Disable BinPackParameters in .clang-format
2020-03-27 [email protected] Add back deprecated warnings.
2020-03-27 [email protected] Add experimental support for svg text tag.
2020-03-27 [email protected] Have GrFillRRectOp make use of the GrSimpleMeshDrawOpHelper

Created with:
  gclient setdep -r src/third_party/skia@7345d88277c4

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC [email protected] 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/+/master/autoroll/README.md

Bug: None
Tbr: [email protected]
  • Loading branch information
skia-flutter-autoroll authored Mar 28, 2020
1 parent a973ade commit f3d9f9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ vars = {
'skia_git': 'https://skia.googlesource.com',
# OCMock is for testing only so there is no google clone
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
'skia_revision': '385de38b272f6355fb0911ece994ffa71e7a35c2',
'skia_revision': '7345d88277c4796ff9875aa7f1be4810b8461c2b',

# When updating the Dart revision, ensure that all entries that are
# dependencies of Dart are also updated to match the entries in the
Expand Down
6 changes: 3 additions & 3 deletions ci/licenses_golden/licenses_skia
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: eea4d9938ea13509a3f4156d3aac0a12
Signature: b0ea5feef6396c23f492abb5fab4cf58

UNUSED LICENSES:

Expand Down Expand Up @@ -641,8 +641,6 @@ FILE: ../../../third_party/skia/src/gpu/GrTextureRenderTargetProxy.h
FILE: ../../../third_party/skia/src/gpu/GrUserStencilSettings.h
FILE: ../../../third_party/skia/src/gpu/GrWindowRectangles.h
FILE: ../../../third_party/skia/src/gpu/GrWindowRectsState.h
FILE: ../../../third_party/skia/src/gpu/effects/GrSRGBEffect.cpp
FILE: ../../../third_party/skia/src/gpu/effects/GrSRGBEffect.h
FILE: ../../../third_party/skia/src/gpu/effects/GrShadowGeoProc.cpp
FILE: ../../../third_party/skia/src/gpu/effects/GrShadowGeoProc.h
FILE: ../../../third_party/skia/src/gpu/geometry/GrShape.cpp
Expand Down Expand Up @@ -2997,6 +2995,8 @@ FILE: ../../../third_party/skia/experimental/ffmpeg/SkVideoDecoder.cpp
FILE: ../../../third_party/skia/experimental/ffmpeg/SkVideoDecoder.h
FILE: ../../../third_party/skia/experimental/ffmpeg/SkVideoEncoder.cpp
FILE: ../../../third_party/skia/experimental/ffmpeg/SkVideoEncoder.h
FILE: ../../../third_party/skia/experimental/svg/model/SkSVGText.cpp
FILE: ../../../third_party/skia/experimental/svg/model/SkSVGText.h
FILE: ../../../third_party/skia/gm/backdrop.cpp
FILE: ../../../third_party/skia/gm/backdrop_imagefilter_croprect.cpp
FILE: ../../../third_party/skia/gm/bug9331.cpp
Expand Down

0 comments on commit f3d9f9a

Please sign in to comment.