Skip to content

Commit 29ea3e5

Browse files
skia-flutter-autorollNoamDev
authored andcommitted
Roll src/third_party/skia e45c5cd..7655168 (29 commits) (flutter#15671)
https://skia.googlesource.com/skia.git/+log/e45c5cd03eeb..7655168e6865 git log e45c5cd..7655168 --date=short --first-parent --format='%ad %ae %s' 2020-01-15 [email protected] Roll third_party/externals/angle2 8b3a0fa..86f7309 (12 commits) 2020-01-15 [email protected] Roll ../src e2015449184d..b83f9414fec4 (758 commits) 2020-01-15 [email protected] Roll third_party/externals/swiftshader f6d3cbb28303..146e16f68fdc (18 commits) 2020-01-15 [email protected] Revert "Make SkGpuBlurUtils take SkTileMode" 2020-01-15 [email protected] make sure each sample() call uses the same uniforms 2020-01-14 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2020-01-14 [email protected] Update compressed texturing GM 2020-01-14 [email protected] add dumpJIT() to disassemble 2020-01-14 [email protected] Revert "Pass in a SkColorType into SkImage_Gpu ctor." 2020-01-14 [email protected] Make SkGpuBlurUtils take SkTileMode 2020-01-14 [email protected] add --skvm to nanobench and fm 2020-01-14 [email protected] Pass in a SkColorType into SkImage_Gpu ctor. 2020-01-14 [email protected] Expand SkImage::MakeFromCompressed to support mipMapping 2020-01-14 [email protected] Revert "Add new method for storing DrawOpAtlas texture index." 2020-01-14 [email protected] [minor] tools/skottie_ios_app/Skia*Context: remember to cast 2020-01-14 [email protected] Add new method for storing DrawOpAtlas texture index. 2020-01-14 [email protected] add more docs/examples from named fiddles. 2020-01-14 [email protected] improve scalar gather32 2020-01-14 [email protected] impl gather32 for x86 2020-01-14 [email protected] skottie_ios_app: Add OpenGL. 2020-01-14 [email protected] clean-up 3d sample's use of matrices 2020-01-14 [email protected] remove obsolete presubmit checks 2020-01-14 [email protected] Update GrSurface/RenderTargetContexts to take and store GrSurfaceProxyViews. 2020-01-14 [email protected] try running public API checks early 2020-01-14 [email protected] fix msan issue by init all new members 2020-01-14 [email protected] manually roll swiftshader 2020-01-14 [email protected] [infra] Fix bin/try 2020-01-14 [email protected] [infra] Make bin/try work in any (Skia) repo 2020-01-14 [email protected] [infra] Change CMake build to use a temporary directory Created with: gclient setdep -r src/third_party/skia@7655168e6865 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/+/master/autoroll/README.md Bug: None Tbr: [email protected]
1 parent 40dac82 commit 29ea3e5

File tree

3 files changed

+218
-4
lines changed

3 files changed

+218
-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': 'e45c5cd03eeb0319452c5e480f75e68974ea2803',
29+
'skia_revision': '7655168e68654bee4eba998bdb660d87fa31d46e',
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: 185 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 1be5b0d1b99a2a4a52c12af73a8a0c65
1+
Signature: 7fc2b40e3b7c31334c33b189e882db74
22

33
UNUSED LICENSES:
44

@@ -3679,7 +3679,6 @@ FILE: ../../../third_party/skia/gm/crosscontextimage.cpp
36793679
FILE: ../../../third_party/skia/gm/dftext_blob_persp.cpp
36803680
FILE: ../../../third_party/skia/gm/drrect_small_inner.cpp
36813681
FILE: ../../../third_party/skia/gm/encode_alpha_jpeg.cpp
3682-
FILE: ../../../third_party/skia/gm/etc1.cpp
36833682
FILE: ../../../third_party/skia/gm/flippity.cpp
36843683
FILE: ../../../third_party/skia/gm/highcontrastfilter.cpp
36853684
FILE: ../../../third_party/skia/gm/hsl.cpp
@@ -5187,6 +5186,188 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
51875186
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
51885187
====================================================================================================
51895188

5189+
====================================================================================================
5190+
LIBRARY: skia
5191+
ORIGIN: ../../../third_party/skia/docs/examples/BlendModes.cpp + ../../../third_party/skia/LICENSE
5192+
TYPE: LicenseType.bsd
5193+
FILE: ../../../third_party/skia/docs/examples/BlendModes.cpp
5194+
FILE: ../../../third_party/skia/docs/examples/ChromeMDRefreshTab.cpp
5195+
FILE: ../../../third_party/skia/docs/examples/ChromeMDRefreshTabs.cpp
5196+
FILE: ../../../third_party/skia/docs/examples/DCIToXYZD50.cpp
5197+
FILE: ../../../third_party/skia/docs/examples/Octopus_Generator.cpp
5198+
FILE: ../../../third_party/skia/docs/examples/PaintDump.cpp
5199+
FILE: ../../../third_party/skia/docs/examples/SKIA_LOGO.cpp
5200+
FILE: ../../../third_party/skia/docs/examples/SKIA_LOGO_svg.cpp
5201+
FILE: ../../../third_party/skia/docs/examples/SkFontMgr_example.cpp
5202+
FILE: ../../../third_party/skia/docs/examples/SkFontMgr_example2.cpp
5203+
FILE: ../../../third_party/skia/docs/examples/SkImage_to_PPM_ascii.cpp
5204+
FILE: ../../../third_party/skia/docs/examples/SkImage_to_PPM_binary.cpp
5205+
FILE: ../../../third_party/skia/docs/examples/SkParsePath_FromSVGString.cpp
5206+
FILE: ../../../third_party/skia/docs/examples/SkParsePath_ToSVGString.cpp
5207+
FILE: ../../../third_party/skia/docs/examples/SkPath_arcTo_example.cpp
5208+
FILE: ../../../third_party/skia/docs/examples/SkPath_arcto_conic_parametric.cpp
5209+
FILE: ../../../third_party/skia/docs/examples/SkPath_arcto_conic_parametric2.cpp
5210+
FILE: ../../../third_party/skia/docs/examples/SkPath_cubicTo_example.cpp
5211+
FILE: ../../../third_party/skia/docs/examples/SkPath_cubicTo_example_parametric.cpp
5212+
FILE: ../../../third_party/skia/docs/examples/SkPath_quadTo_example.cpp
5213+
FILE: ../../../third_party/skia/docs/examples/SkPath_quadTo_example_parametric.cpp
5214+
FILE: ../../../third_party/skia/docs/examples/SmoothBezierSplineInterpolation.cpp
5215+
FILE: ../../../third_party/skia/docs/examples/UnicornPoop.cpp
5216+
FILE: ../../../third_party/skia/docs/examples/UnpremulBugs.cpp
5217+
FILE: ../../../third_party/skia/docs/examples/UnpremulGPU.cpp
5218+
FILE: ../../../third_party/skia/docs/examples/alpha_bitmap_color_filter_mask_filter.cpp
5219+
FILE: ../../../third_party/skia/docs/examples/alphaimage_shader_colorfilter.cpp
5220+
FILE: ../../../third_party/skia/docs/examples/backdrop_blur_with_rrect_clip.cpp
5221+
FILE: ../../../third_party/skia/docs/examples/bezier_curves.cpp
5222+
FILE: ../../../third_party/skia/docs/examples/blur4444.cpp
5223+
FILE: ../../../third_party/skia/docs/examples/blur_alpha_img.cpp
5224+
FILE: ../../../third_party/skia/docs/examples/blurbug.cpp
5225+
FILE: ../../../third_party/skia/docs/examples/bug5252.cpp
5226+
FILE: ../../../third_party/skia/docs/examples/bug583299.cpp
5227+
FILE: ../../../third_party/skia/docs/examples/bug6495.cpp
5228+
FILE: ../../../third_party/skia/docs/examples/bug7573.cpp
5229+
FILE: ../../../third_party/skia/docs/examples/bug767834.cpp
5230+
FILE: ../../../third_party/skia/docs/examples/bugoftheday.cpp
5231+
FILE: ../../../third_party/skia/docs/examples/checker_board.cpp
5232+
FILE: ../../../third_party/skia/docs/examples/color_filter_vs_colorFilterImageFilter_saveLayer.cpp
5233+
FILE: ../../../third_party/skia/docs/examples/compose_path.cpp
5234+
FILE: ../../../third_party/skia/docs/examples/convex_overstroke_linear_approx_curve.cpp
5235+
FILE: ../../../third_party/skia/docs/examples/convex_overstroke_quad.cpp
5236+
FILE: ../../../third_party/skia/docs/examples/count_verbs.cpp
5237+
FILE: ../../../third_party/skia/docs/examples/crbug_663246.cpp
5238+
FILE: ../../../third_party/skia/docs/examples/crbug_918512.cpp
5239+
FILE: ../../../third_party/skia/docs/examples/cubics_are_horrible.cpp
5240+
FILE: ../../../third_party/skia/docs/examples/default.cpp
5241+
FILE: ../../../third_party/skia/docs/examples/default2.cpp
5242+
FILE: ../../../third_party/skia/docs/examples/default3.cpp
5243+
FILE: ../../../third_party/skia/docs/examples/discrete_path.cpp
5244+
FILE: ../../../third_party/skia/docs/examples/dither1.cpp
5245+
FILE: ../../../third_party/skia/docs/examples/draw_a8_bitmap.cpp
5246+
FILE: ../../../third_party/skia/docs/examples/draw_image_nine_blur_mask.cpp
5247+
FILE: ../../../third_party/skia/docs/examples/draw_patch.cpp
5248+
FILE: ../../../third_party/skia/docs/examples/draw_pixel_array.cpp
5249+
FILE: ../../../third_party/skia/docs/examples/draw_pixel_array_nocopy.cpp
5250+
FILE: ../../../third_party/skia/docs/examples/draw_pixel_array_with_copy.cpp
5251+
FILE: ../../../third_party/skia/docs/examples/draw_text_fails.cpp
5252+
FILE: ../../../third_party/skia/docs/examples/draw_vertices.cpp
5253+
FILE: ../../../third_party/skia/docs/examples/drawarcs.cpp
5254+
FILE: ../../../third_party/skia/docs/examples/example3ps.cpp
5255+
FILE: ../../../third_party/skia/docs/examples/f16to8888busted.cpp
5256+
FILE: ../../../third_party/skia/docs/examples/f16to8888drawImageBug.cpp
5257+
FILE: ../../../third_party/skia/docs/examples/failing_example.cpp
5258+
FILE: ../../../third_party/skia/docs/examples/fivearcs.cpp
5259+
FILE: ../../../third_party/skia/docs/examples/flag_us_1792.cpp
5260+
FILE: ../../../third_party/skia/docs/examples/flag_us_1960.cpp
5261+
FILE: ../../../third_party/skia/docs/examples/fluttershadow.cpp
5262+
FILE: ../../../third_party/skia/docs/examples/gamma_mask_filter.cpp
5263+
FILE: ../../../third_party/skia/docs/examples/getLocalBounds_broken.cpp
5264+
FILE: ../../../third_party/skia/docs/examples/getLocalBounds_working.cpp
5265+
FILE: ../../../third_party/skia/docs/examples/gpu8888diff.cpp
5266+
FILE: ../../../third_party/skia/docs/examples/gpuconicbug.cpp
5267+
FILE: ../../../third_party/skia/docs/examples/homogeneous.cpp
5268+
FILE: ../../../third_party/skia/docs/examples/image_subsets_get_different_uids.cpp
5269+
FILE: ../../../third_party/skia/docs/examples/image_to_bitmap_does_not_preserve_genid.cpp
5270+
FILE: ../../../third_party/skia/docs/examples/inlinepixmapconstructor.cpp
5271+
FILE: ../../../third_party/skia/docs/examples/issue640176.cpp
5272+
FILE: ../../../third_party/skia/docs/examples/kLow_SkFilterQuality.cpp
5273+
FILE: ../../../third_party/skia/docs/examples/maddash.cpp
5274+
FILE: ../../../third_party/skia/docs/examples/makeRasterImage_fail.cpp
5275+
FILE: ../../../third_party/skia/docs/examples/mapradius.cpp
5276+
FILE: ../../../third_party/skia/docs/examples/massive_coordinates_svg.cpp
5277+
FILE: ../../../third_party/skia/docs/examples/measure_text_bounds.cpp
5278+
FILE: ../../../third_party/skia/docs/examples/no_gpu_blur.cpp
5279+
FILE: ../../../third_party/skia/docs/examples/not_path_gradient.cpp
5280+
FILE: ../../../third_party/skia/docs/examples/pathmeasure.cpp
5281+
FILE: ../../../third_party/skia/docs/examples/pathops.cpp
5282+
FILE: ../../../third_party/skia/docs/examples/persp_text_2.cpp
5283+
FILE: ../../../third_party/skia/docs/examples/picture_shader.cpp
5284+
FILE: ../../../third_party/skia/docs/examples/purplestamp.cpp
5285+
FILE: ../../../third_party/skia/docs/examples/radial_gradient_test.cpp
5286+
FILE: ../../../third_party/skia/docs/examples/redwhiteonblue.cpp
5287+
FILE: ../../../third_party/skia/docs/examples/rotations.cpp
5288+
FILE: ../../../third_party/skia/docs/examples/setimagefilter.cpp
5289+
FILE: ../../../third_party/skia/docs/examples/shader.cpp
5290+
FILE: ../../../third_party/skia/docs/examples/shader_alphaimage.cpp
5291+
FILE: ../../../third_party/skia/docs/examples/skbug6031.cpp
5292+
FILE: ../../../third_party/skia/docs/examples/skbug_237_drawImageRect.cpp
5293+
FILE: ../../../third_party/skia/docs/examples/skbug_237_drawImage_with_blur.cpp
5294+
FILE: ../../../third_party/skia/docs/examples/skbug_5648.cpp
5295+
FILE: ../../../third_party/skia/docs/examples/skbug_633528.cpp
5296+
FILE: ../../../third_party/skia/docs/examples/skcanvas_paint.cpp
5297+
FILE: ../../../third_party/skia/docs/examples/skcanvas_square.cpp
5298+
FILE: ../../../third_party/skia/docs/examples/skcanvas_star.cpp
5299+
FILE: ../../../third_party/skia/docs/examples/skpaint_2pt.cpp
5300+
FILE: ../../../third_party/skia/docs/examples/skpaint_bitmap_shader.cpp
5301+
FILE: ../../../third_party/skia/docs/examples/skpaint_blur_mask_filter.cpp
5302+
FILE: ../../../third_party/skia/docs/examples/skpaint_blur_mask_filter_2.cpp
5303+
FILE: ../../../third_party/skia/docs/examples/skpaint_color_table_filter.cpp
5304+
FILE: ../../../third_party/skia/docs/examples/skpaint_compose.cpp
5305+
FILE: ../../../third_party/skia/docs/examples/skpaint_compose_path_effect.cpp
5306+
FILE: ../../../third_party/skia/docs/examples/skpaint_compose_shader.cpp
5307+
FILE: ../../../third_party/skia/docs/examples/skpaint_corner_path_effects.cpp
5308+
FILE: ../../../third_party/skia/docs/examples/skpaint_dash_path_effect.cpp
5309+
FILE: ../../../third_party/skia/docs/examples/skpaint_discrete_path_effect.cpp
5310+
FILE: ../../../third_party/skia/docs/examples/skpaint_line_2d_path_effect.cpp
5311+
FILE: ../../../third_party/skia/docs/examples/skpaint_matrix_color_filter.cpp
5312+
FILE: ../../../third_party/skia/docs/examples/skpaint_mix.cpp
5313+
FILE: ../../../third_party/skia/docs/examples/skpaint_path_1d_path_effect.cpp
5314+
FILE: ../../../third_party/skia/docs/examples/skpaint_path_2d_path_effect.cpp
5315+
FILE: ../../../third_party/skia/docs/examples/skpaint_perlin.cpp
5316+
FILE: ../../../third_party/skia/docs/examples/skpaint_radial.cpp
5317+
FILE: ../../../third_party/skia/docs/examples/skpaint_shader.cpp
5318+
FILE: ../../../third_party/skia/docs/examples/skpaint_skia.cpp
5319+
FILE: ../../../third_party/skia/docs/examples/skpaint_sum_path_effect.cpp
5320+
FILE: ../../../third_party/skia/docs/examples/skpaint_sweep.cpp
5321+
FILE: ../../../third_party/skia/docs/examples/skpaint_turb.cpp
5322+
FILE: ../../../third_party/skia/docs/examples/skpaint_xfer.cpp
5323+
FILE: ../../../third_party/skia/docs/examples/star.cpp
5324+
FILE: ../../../third_party/skia/docs/examples/star2.cpp
5325+
FILE: ../../../third_party/skia/docs/examples/stroke_closed_degenerate_path.cpp
5326+
FILE: ../../../third_party/skia/docs/examples/strokerect_gm.cpp
5327+
FILE: ../../../third_party/skia/docs/examples/subset_example.cpp
5328+
FILE: ../../../third_party/skia/docs/examples/sum_path_effect.cpp
5329+
FILE: ../../../third_party/skia/docs/examples/sweep_gradient_talk_1.cpp
5330+
FILE: ../../../third_party/skia/docs/examples/sweep_gradient_talk_2.cpp
5331+
FILE: ../../../third_party/skia/docs/examples/sweep_gradient_talk_lots.cpp
5332+
FILE: ../../../third_party/skia/docs/examples/text_only.cpp
5333+
FILE: ../../../third_party/skia/docs/examples/text_rendering.cpp
5334+
FILE: ../../../third_party/skia/docs/examples/text_shadow.cpp
5335+
FILE: ../../../third_party/skia/docs/examples/unexpected_setAlphaType.cpp
5336+
FILE: ../../../third_party/skia/docs/examples/upscale_checkerboard.cpp
5337+
FILE: ../../../third_party/skia/docs/examples/weird_RRect_bug.cpp
5338+
FILE: ../../../third_party/skia/docs/examples/zero_off_dashing.cpp
5339+
----------------------------------------------------------------------------------------------------
5340+
Copyright 2020 Google LLC.
5341+
5342+
Redistribution and use in source and binary forms, with or without
5343+
modification, are permitted provided that the following conditions are
5344+
met:
5345+
5346+
* Redistributions of source code must retain the above copyright
5347+
notice, this list of conditions and the following disclaimer.
5348+
5349+
* Redistributions in binary form must reproduce the above copyright
5350+
notice, this list of conditions and the following disclaimer in
5351+
the documentation and/or other materials provided with the
5352+
distribution.
5353+
5354+
* Neither the name of the copyright holder nor the names of its
5355+
contributors may be used to endorse or promote products derived
5356+
from this software without specific prior written permission.
5357+
5358+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
5359+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
5360+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
5361+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
5362+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
5363+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
5364+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
5365+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
5366+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
5367+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
5368+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5369+
====================================================================================================
5370+
51905371
====================================================================================================
51915372
LIBRARY: skia
51925373
ORIGIN: ../../../third_party/skia/fuzz/FuzzDrawFunctions.cpp + ../../../third_party/skia/LICENSE
@@ -5370,6 +5551,7 @@ ORIGIN: ../../../third_party/skia/gm/3d.cpp + ../../../third_party/skia/LICENSE
53705551
TYPE: LicenseType.bsd
53715552
FILE: ../../../third_party/skia/gm/3d.cpp
53725553
FILE: ../../../third_party/skia/gm/bicubic.cpp
5554+
FILE: ../../../third_party/skia/gm/compressed_textures.cpp
53735555
FILE: ../../../third_party/skia/gm/strokerect_anisotropic.cpp
53745556
FILE: ../../../third_party/skia/include/private/SkM44.h
53755557
FILE: ../../../third_party/skia/modules/skottie/src/Camera.cpp
@@ -6818,4 +7000,4 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
68187000
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
68197001
THE SOFTWARE.
68207002
====================================================================================================
6821-
Total license count: 55
7003+
Total license count: 56

sky/packages/sky_engine/LICENSE

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12613,6 +12613,38 @@ skia
1261312613

1261412614
Copyright 2020 Google LLC
1261512615

12616+
Redistribution and use in source and binary forms, with or without
12617+
modification, are permitted provided that the following conditions are
12618+
met:
12619+
12620+
* Redistributions of source code must retain the above copyright
12621+
notice, this list of conditions and the following disclaimer.
12622+
12623+
* Redistributions in binary form must reproduce the above copyright
12624+
notice, this list of conditions and the following disclaimer in
12625+
the documentation and/or other materials provided with the
12626+
distribution.
12627+
12628+
* Neither the name of the copyright holder nor the names of its
12629+
contributors may be used to endorse or promote products derived
12630+
from this software without specific prior written permission.
12631+
12632+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
12633+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
12634+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
12635+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
12636+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
12637+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
12638+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
12639+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
12640+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
12641+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
12642+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
12643+
--------------------------------------------------------------------------------
12644+
skia
12645+
12646+
Copyright 2020 Google LLC.
12647+
1261612648
Redistribution and use in source and binary forms, with or without
1261712649
modification, are permitted provided that the following conditions are
1261812650
met:

0 commit comments

Comments
 (0)