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

Commit 611138a

Browse files
Roll Skia from c2b31fb04a80 to c1bc0205d9aa (1 revision)
https://skia.googlesource.com/skia.git/+log/c2b31fb04a80..c1bc0205d9aa 2021-12-23 egdaniel@google.com [graphite] Move GrResourceKey to skgpu::ResourceKey. 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 egdaniel@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
1 parent d886735 commit 611138a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ vars = {
2727
'skia_git': 'https://skia.googlesource.com',
2828
# OCMock is for testing only so there is no google clone
2929
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
30-
'skia_revision': 'c2b31fb04a80bfcc9125ce9184c4d7808f72a5d6',
30+
'skia_revision': 'c1bc0205d9aabf47b8946030c46b29f8a80c6336',
3131

3232
# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
3333
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.

ci/licenses_golden/licenses_skia

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: de412db2ee4e10979a4ce2a3a3ebcf7f
1+
Signature: 4a00825e63fe4940cb662ba26a04049c
22

33
UNUSED LICENSES:
44

@@ -1691,7 +1691,6 @@ FILE: ../../../third_party/skia/include/core/SkTextBlob.h
16911691
FILE: ../../../third_party/skia/include/gpu/gl/GrGLAssembleInterface.h
16921692
FILE: ../../../third_party/skia/include/ports/SkFontMgr_indirect.h
16931693
FILE: ../../../third_party/skia/include/ports/SkRemotableFontMgr.h
1694-
FILE: ../../../third_party/skia/include/private/GrResourceKey.h
16951694
FILE: ../../../third_party/skia/include/private/SkHalf.h
16961695
FILE: ../../../third_party/skia/samplecode/SampleRectanizer.cpp
16971696
FILE: ../../../third_party/skia/src/c/sk_surface.cpp
@@ -1745,6 +1744,7 @@ FILE: ../../../third_party/skia/src/gpu/GrResourceCache.cpp
17451744
FILE: ../../../third_party/skia/src/gpu/GrResourceCache.h
17461745
FILE: ../../../third_party/skia/src/gpu/GrTracing.h
17471746
FILE: ../../../third_party/skia/src/gpu/GrXferProcessor.h
1747+
FILE: ../../../third_party/skia/src/gpu/ResourceKey.h
17481748
FILE: ../../../third_party/skia/src/gpu/effects/GrBicubicEffect.cpp
17491749
FILE: ../../../third_party/skia/src/gpu/effects/GrConvexPolyEffect.cpp
17501750
FILE: ../../../third_party/skia/src/gpu/effects/GrConvexPolyEffect.h
@@ -2605,6 +2605,7 @@ FILE: ../../../third_party/skia/src/gpu/GrWritePixelsRenderTask.h
26052605
FILE: ../../../third_party/skia/src/gpu/GrYUVATextureProxies.cpp
26062606
FILE: ../../../third_party/skia/src/gpu/GrYUVATextureProxies.h
26072607
FILE: ../../../third_party/skia/src/gpu/KeyBuilder.h
2608+
FILE: ../../../third_party/skia/src/gpu/ResourceKey.cpp
26082609
FILE: ../../../third_party/skia/src/gpu/ShaderErrorHandler.cpp
26092610
FILE: ../../../third_party/skia/src/gpu/SurfaceFillContext.cpp
26102611
FILE: ../../../third_party/skia/src/gpu/SurfaceFillContext.h

0 commit comments

Comments
 (0)