mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll Skia from 244c9ba5d0d7 to 4996cc1ef9ba (2 revisions) (flutter/engine#45586)
https://skia.googlesource.com/skia.git/+log/244c9ba5d0d7..4996cc1ef9ba 2023-09-08 armansito@google.com Fix build errors due to SkShadowFlags enum 2023-09-08 michaelludwig@google.com onCreateDevice uses smart pointer 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 armansito@google.com,brianosman@google.com,rmistry@google.com,zra@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
fefb75602e
commit
6d1efeb382
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': '244c9ba5d0d79ca207f1177dfc34463908b02266',
|
||||
'skia_revision': '4996cc1ef9bae88d65bd74903090a4ca247ea9a1',
|
||||
|
||||
# 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: d3769cecf4dedcf03a50ef4f4485d83a
|
||||
Signature: 3e61923e0445102f1e2ab1b696b3c078
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: etc1
|
||||
@ -4540,7 +4540,6 @@ ORIGIN: ../../../third_party/skia/include/gpu/GrBackendSurface.h + ../../../thir
|
||||
ORIGIN: ../../../third_party/skia/include/gpu/mock/GrMockTypes.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/gpu/mtl/GrMtlTypes.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/ports/SkFontMgr_mac_ct.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/private/SkShadowFlags.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/private/base/SkMalloc.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/utils/SkShadowUtils.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/modules/skottie/gm/ExternalProperties.cpp + ../../../third_party/skia/LICENSE
|
||||
@ -4762,7 +4761,6 @@ FILE: ../../../third_party/skia/include/gpu/GrBackendSurface.h
|
||||
FILE: ../../../third_party/skia/include/gpu/mock/GrMockTypes.h
|
||||
FILE: ../../../third_party/skia/include/gpu/mtl/GrMtlTypes.h
|
||||
FILE: ../../../third_party/skia/include/ports/SkFontMgr_mac_ct.h
|
||||
FILE: ../../../third_party/skia/include/private/SkShadowFlags.h
|
||||
FILE: ../../../third_party/skia/include/private/base/SkMalloc.h
|
||||
FILE: ../../../third_party/skia/include/utils/SkShadowUtils.h
|
||||
FILE: ../../../third_party/skia/modules/skottie/gm/ExternalProperties.cpp
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user