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

Commit 8798e03

Browse files
Roll Skia from 602b402 to e3a39f7 (4 revisions)
https://skia.googlesource.com/skia.git/+log/602b4024858c..e3a39f7053bd 2020-06-15 [email protected] Update ConstColor FP to support an input FP. 2020-06-15 [email protected] Fix tracking of d3d cpu descriptor heaps. 2020-06-15 [email protected] GrTextContext::Options -> GrSDFTOptions 2020-06-15 [email protected] Fix pointer ownership issue with SkSL static switches. 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/+doc/master/autoroll/README.md
1 parent efd1045 commit 8798e03

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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': '602b4024858ce34d14b730679a479dce965b8f70',
29+
'skia_revision': 'e3a39f7053bdaf4f0d5146141173c5308f32e292',
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 0ea6a4ddfcbc9863747f4e4cd733c2ea
1+
Signature: 93378c5610d31831502887e96ae07a91
22

33
UNUSED LICENSES:
44

@@ -2533,8 +2533,6 @@ FILE: ../../../third_party/skia/src/gpu/text/GrTextBlob.cpp
25332533
FILE: ../../../third_party/skia/src/gpu/text/GrTextBlob.h
25342534
FILE: ../../../third_party/skia/src/gpu/text/GrTextBlobCache.cpp
25352535
FILE: ../../../third_party/skia/src/gpu/text/GrTextBlobCache.h
2536-
FILE: ../../../third_party/skia/src/gpu/text/GrTextContext.cpp
2537-
FILE: ../../../third_party/skia/src/gpu/text/GrTextContext.h
25382536
FILE: ../../../third_party/skia/src/gpu/text/GrTextTarget.h
25392537
FILE: ../../../third_party/skia/src/gpu/vk/GrVkBuffer.cpp
25402538
FILE: ../../../third_party/skia/src/gpu/vk/GrVkBuffer.h
@@ -5298,6 +5296,8 @@ FILE: ../../../third_party/skia/src/gpu/tessellate/GrMidpointContourParser.h
52985296
FILE: ../../../third_party/skia/src/gpu/tessellate/GrResolveLevelCounter.h
52995297
FILE: ../../../third_party/skia/src/gpu/tessellate/GrVectorXform.h
53005298
FILE: ../../../third_party/skia/src/gpu/tessellate/GrWangsFormula.h
5299+
FILE: ../../../third_party/skia/src/gpu/text/GrSDFTOptions.cpp
5300+
FILE: ../../../third_party/skia/src/gpu/text/GrSDFTOptions.h
53015301
FILE: ../../../third_party/skia/src/opts/SkOpts_skx.cpp
53025302
FILE: ../../../third_party/skia/src/ports/SkScalerContext_mac_ct.h
53035303
FILE: ../../../third_party/skia/src/ports/SkTypeface_mac_ct.h

0 commit comments

Comments
 (0)