mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll Skia from 64fa632d3b01 to dc11c7ddb33f (3 revisions) (flutter/engine#42939)
https://skia.googlesource.com/skia.git/+log/64fa632d3b01..dc11c7ddb33f 2023-06-16 johnstiles@google.com Fix some outdated comments. 2023-06-16 brianosman@google.com Stop suppressing divide-by-zero errors in SkScalarInvert 2023-06-16 herb@google.com Move SkPoint to base 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 brianosman@google.com,chinmaygarde@google.com,herb@google.com,rmistry@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose 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/main/autoroll/README.md
This commit is contained in:
parent
dec05499a1
commit
b00436f1bc
2
DEPS
2
DEPS
@ -18,7 +18,7 @@ vars = {
|
||||
'llvm_git': 'https://llvm.googlesource.com',
|
||||
# OCMock is for testing only so there is no google clone
|
||||
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
|
||||
'skia_revision': '64fa632d3b014ac1b8d53adedd6e7ecc5e45f0e7',
|
||||
'skia_revision': 'dc11c7ddb33f16fe73ce4b7c377b3877ba61ff4c',
|
||||
|
||||
# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
|
||||
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
Signature: 2799cd3128a63b18155b3e8296902aa3
|
||||
Signature: d26776cb485d2e89c28e207452ee2fb7
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: etc1
|
||||
@ -629,7 +629,6 @@ ORIGIN: ../../../third_party/skia/include/core/SkPaint.h + ../../../third_party/
|
||||
ORIGIN: ../../../third_party/skia/include/core/SkPath.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/core/SkPathEffect.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/core/SkPathMeasure.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/core/SkPoint.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/core/SkRect.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/core/SkRefCnt.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/core/SkScalar.h + ../../../third_party/skia/LICENSE
|
||||
@ -653,6 +652,7 @@ ORIGIN: ../../../third_party/skia/include/private/base/SkFixed.h + ../../../thir
|
||||
ORIGIN: ../../../third_party/skia/include/private/base/SkFloatingPoint.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/private/base/SkMath.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/private/base/SkNoncopyable.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/private/base/SkPoint_impl.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/private/base/SkTDArray.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/private/base/SkTemplates.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/utils/SkBase64.h + ../../../third_party/skia/LICENSE
|
||||
@ -776,7 +776,6 @@ FILE: ../../../third_party/skia/include/core/SkPaint.h
|
||||
FILE: ../../../third_party/skia/include/core/SkPath.h
|
||||
FILE: ../../../third_party/skia/include/core/SkPathEffect.h
|
||||
FILE: ../../../third_party/skia/include/core/SkPathMeasure.h
|
||||
FILE: ../../../third_party/skia/include/core/SkPoint.h
|
||||
FILE: ../../../third_party/skia/include/core/SkRect.h
|
||||
FILE: ../../../third_party/skia/include/core/SkRefCnt.h
|
||||
FILE: ../../../third_party/skia/include/core/SkScalar.h
|
||||
@ -800,6 +799,7 @@ FILE: ../../../third_party/skia/include/private/base/SkFixed.h
|
||||
FILE: ../../../third_party/skia/include/private/base/SkFloatingPoint.h
|
||||
FILE: ../../../third_party/skia/include/private/base/SkMath.h
|
||||
FILE: ../../../third_party/skia/include/private/base/SkNoncopyable.h
|
||||
FILE: ../../../third_party/skia/include/private/base/SkPoint_impl.h
|
||||
FILE: ../../../third_party/skia/include/private/base/SkTDArray.h
|
||||
FILE: ../../../third_party/skia/include/private/base/SkTemplates.h
|
||||
FILE: ../../../third_party/skia/include/utils/SkBase64.h
|
||||
@ -8918,6 +8918,7 @@ ORIGIN: ../../../third_party/skia/include/codec/SkWebpDecoder.h + ../../../third
|
||||
ORIGIN: ../../../third_party/skia/include/core/SkColorTable.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/core/SkEncodedImageFormat.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/core/SkICC.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/core/SkPoint.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/core/SkTextureCompressionType.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/core/SkTiledImageUtils.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/gpu/ganesh/GrExternalTextureGenerator.h + ../../../third_party/skia/LICENSE
|
||||
@ -9105,6 +9106,7 @@ FILE: ../../../third_party/skia/include/codec/SkWebpDecoder.h
|
||||
FILE: ../../../third_party/skia/include/core/SkColorTable.h
|
||||
FILE: ../../../third_party/skia/include/core/SkEncodedImageFormat.h
|
||||
FILE: ../../../third_party/skia/include/core/SkICC.h
|
||||
FILE: ../../../third_party/skia/include/core/SkPoint.h
|
||||
FILE: ../../../third_party/skia/include/core/SkTextureCompressionType.h
|
||||
FILE: ../../../third_party/skia/include/core/SkTiledImageUtils.h
|
||||
FILE: ../../../third_party/skia/include/gpu/ganesh/GrExternalTextureGenerator.h
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user