Skip to content

Commit

Permalink
Roll Skia from 049f389db75b to bae54bbf49bd (2 revisions) (flutter#43875
Browse files Browse the repository at this point in the history
)

https://skia.googlesource.com/skia.git/+log/049f389db75b..bae54bbf49bd

2023-07-21 [email protected] [bazel] //gm/BazelGMRunner.cpp: Add support for the "picture" via.
2023-07-21 [email protected] [bazel] //gm/BazelGMRunner.cpp: Add support for the "picture_serialization" via.

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],[email protected],[email protected] 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
  • Loading branch information
skia-flutter-autoroll authored Jul 21, 2023
1 parent 98df113 commit 45cb916
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -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': '049f389db75b10a5022f20070dbda4d094e107b3',
'skia_revision': 'bae54bbf49bdf4c11bd0430d60abfc64c72d95fe',

# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.
Expand Down
1 change: 1 addition & 0 deletions ci/licenses_golden/excluded_files
Original file line number Diff line number Diff line change
Expand Up @@ -2627,6 +2627,7 @@
../../../third_party/skia/gm/BUILD.bazel
../../../third_party/skia/gm/android_gm_test.bzl
../../../third_party/skia/gm/surface_manager/BUILD.bazel
../../../third_party/skia/gm/vias/BUILD.bazel
../../../third_party/skia/gn/BUILD.bazel
../../../third_party/skia/gn/__init__.py
../../../third_party/skia/gn/bazel_build.py
Expand Down
6 changes: 5 additions & 1 deletion ci/licenses_golden/licenses_skia
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: 5c58e3f64a68c3ce6656a54bb4b77951
Signature: f99754defa70f62fd5fc847eba6dec90

====================================================================================================
LIBRARY: etc1
Expand Down Expand Up @@ -8758,6 +8758,7 @@ ORIGIN: ../../../third_party/skia/gm/coordclampshader.cpp + ../../../third_party
ORIGIN: ../../../third_party/skia/gm/fontations.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/gm/imagefiltersunpremul.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/gm/surface_manager/SurfaceManager.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/gm/vias/Draw.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/include/ports/SkFontMgr_data.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/include/ports/SkTypeface_fontations.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/include/private/SkGainmapInfo.h + ../../../third_party/skia/LICENSE
Expand Down Expand Up @@ -8798,6 +8799,7 @@ FILE: ../../../third_party/skia/gm/coordclampshader.cpp
FILE: ../../../third_party/skia/gm/fontations.cpp
FILE: ../../../third_party/skia/gm/imagefiltersunpremul.cpp
FILE: ../../../third_party/skia/gm/surface_manager/SurfaceManager.h
FILE: ../../../third_party/skia/gm/vias/Draw.h
FILE: ../../../third_party/skia/include/ports/SkFontMgr_data.h
FILE: ../../../third_party/skia/include/ports/SkTypeface_fontations.h
FILE: ../../../third_party/skia/include/private/SkGainmapInfo.h
Expand Down Expand Up @@ -8881,6 +8883,7 @@ ORIGIN: ../../../third_party/skia/gm/scaledrects.cpp + ../../../third_party/skia
ORIGIN: ../../../third_party/skia/gm/surface_manager/GaneshGLSurfaceManager.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/gm/surface_manager/GaneshVulkanSurfaceManager.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/gm/surface_manager/RasterSurfaceManager.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/gm/vias/SimpleVias.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/include/android/SkCanvasAndroid.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/include/android/SkHeifDecoder.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/include/android/SkImageAndroid.h + ../../../third_party/skia/LICENSE
Expand Down Expand Up @@ -9089,6 +9092,7 @@ FILE: ../../../third_party/skia/gm/scaledrects.cpp
FILE: ../../../third_party/skia/gm/surface_manager/GaneshGLSurfaceManager.cpp
FILE: ../../../third_party/skia/gm/surface_manager/GaneshVulkanSurfaceManager.cpp
FILE: ../../../third_party/skia/gm/surface_manager/RasterSurfaceManager.cpp
FILE: ../../../third_party/skia/gm/vias/SimpleVias.cpp
FILE: ../../../third_party/skia/include/android/SkCanvasAndroid.h
FILE: ../../../third_party/skia/include/android/SkHeifDecoder.h
FILE: ../../../third_party/skia/include/android/SkImageAndroid.h
Expand Down

0 comments on commit 45cb916

Please sign in to comment.