Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit e0beaff

Browse files
Roll src/third_party/skia 26cedb4..b7b0b3a (11 commits) (#10807)
https://skia.googlesource.com/skia.git/+log/26cedb4c603b..b7b0b3ad538c git log 26cedb4..b7b0b3a --date=short --no-merges --format='%ad %ae %s' 2019-08-09 [email protected] Paragraph cache: caching the shaped results only. That makes layout phase 10 times faster (since the shaping takes 90% of it). 2019-08-09 [email protected] Reland "add a stub for running fiddles as GMs" 2019-08-09 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-08-09 [email protected] Revert "add a stub for running fiddles as GMs" 2019-08-09 [email protected] Add unit test to prevent future memory regressions 2019-08-09 [email protected] Dawn backend: first triangle. 2019-08-09 [email protected] Fix exactify for explicit resource allocation (take 2) 2019-08-09 [email protected] add a stub for running fiddles as GMs 2019-08-09 [email protected] experimental/editor: shape.h to unify all shaping code 2019-08-09 [email protected] Correctly write out variable position. 2019-08-09 [email protected] Expose GrContext::dump() when SK_ENABLE_DUMP_GPU is defined. Created with: gclient setdep -r src/third_party/skia@b7b0b3ad538c The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-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. Bug: None [email protected]
1 parent 83b640d commit e0beaff

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ vars = {
2626
'skia_git': 'https://skia.googlesource.com',
2727
# OCMock is for testing only so there is no google clone
2828
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
29-
'skia_revision': '26cedb4c603b4f845d35711e35863742fcb1c8df',
29+
'skia_revision': 'b7b0b3ad538cabbb8ce454ba44d6cd00b007f10c',
3030

3131
# When updating the Dart revision, ensure that all entries that are
3232
# dependencies of Dart are also updated to match the entries in the

ci/licenses_golden/licenses_skia

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 8e1c13e446b5d52e61ab591a05928d26
1+
Signature: 27af20c173b942d5b8690df7ff716c39
22

33
UNUSED LICENSES:
44

@@ -1721,6 +1721,7 @@ FILE: ../../../third_party/skia/modules/skparagraph/include/DartTypes.h
17211721
FILE: ../../../third_party/skia/modules/skparagraph/include/FontCollection.h
17221722
FILE: ../../../third_party/skia/modules/skparagraph/include/Paragraph.h
17231723
FILE: ../../../third_party/skia/modules/skparagraph/include/ParagraphBuilder.h
1724+
FILE: ../../../third_party/skia/modules/skparagraph/include/ParagraphCache.h
17241725
FILE: ../../../third_party/skia/modules/skparagraph/include/ParagraphStyle.h
17251726
FILE: ../../../third_party/skia/modules/skparagraph/include/TextShadow.h
17261727
FILE: ../../../third_party/skia/modules/skparagraph/include/TextStyle.h
@@ -1732,7 +1733,6 @@ FILE: ../../../third_party/skia/modules/skparagraph/src/Iterators.h
17321733
FILE: ../../../third_party/skia/modules/skparagraph/src/ParagraphBuilderImpl.cpp
17331734
FILE: ../../../third_party/skia/modules/skparagraph/src/ParagraphBuilderImpl.h
17341735
FILE: ../../../third_party/skia/modules/skparagraph/src/ParagraphCache.cpp
1735-
FILE: ../../../third_party/skia/modules/skparagraph/src/ParagraphCache.h
17361736
FILE: ../../../third_party/skia/modules/skparagraph/src/ParagraphImpl.cpp
17371737
FILE: ../../../third_party/skia/modules/skparagraph/src/ParagraphImpl.h
17381738
FILE: ../../../third_party/skia/modules/skparagraph/src/ParagraphStyle.cpp
@@ -4681,8 +4681,8 @@ FILE: ../../../third_party/skia/docs/examples/Xor.cpp
46814681
FILE: ../../../third_party/skia/experimental/editor/editor.cpp
46824682
FILE: ../../../third_party/skia/experimental/editor/editor.h
46834683
FILE: ../../../third_party/skia/experimental/editor/editor_application.cpp
4684-
FILE: ../../../third_party/skia/experimental/editor/run_handler.cpp
4685-
FILE: ../../../third_party/skia/experimental/editor/run_handler.h
4684+
FILE: ../../../third_party/skia/experimental/editor/shape.cpp
4685+
FILE: ../../../third_party/skia/experimental/editor/shape.h
46864686
FILE: ../../../third_party/skia/experimental/editor/stringslice.cpp
46874687
FILE: ../../../third_party/skia/experimental/editor/stringslice.h
46884688
FILE: ../../../third_party/skia/experimental/editor/stringview.h
@@ -4907,6 +4907,7 @@ FILE: ../../../third_party/skia/gm/compositor_quads.cpp
49074907
FILE: ../../../third_party/skia/gm/crbug_913349.cpp
49084908
FILE: ../../../third_party/skia/gm/crbug_938592.cpp
49094909
FILE: ../../../third_party/skia/gm/crbug_947055.cpp
4910+
FILE: ../../../third_party/skia/gm/fiddle.cpp
49104911
FILE: ../../../third_party/skia/gm/mac_aa_explorer.cpp
49114912
FILE: ../../../third_party/skia/gm/mixercolorfilter.cpp
49124913
FILE: ../../../third_party/skia/gm/overdrawcanvas.cpp

0 commit comments

Comments
 (0)