[webkit-changes] [WebKit/WebKit] e9f026: [Skia] Ignore warnings in some Skia headers to fix...

Claudio Saavedra noreply at github.com
Wed Dec 11 11:56:38 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e9f0264df880b259e9c1fc9725f0e50ee7259bd8
      https://github.com/WebKit/WebKit/commit/e9f0264df880b259e9c1fc9725f0e50ee7259bd8
  Author: Claudio Saavedra <csaavedra at igalia.com>
  Date:   2024-12-11 (Wed, 11 Dec 2024)

  Changed paths:
    M Source/WebCore/platform/graphics/filters/skia/FEComponentTransferSkiaApplier.cpp
    M Source/WebCore/platform/graphics/filters/skia/FEDropShadowSkiaApplier.cpp
    M Source/WebCore/platform/graphics/filters/skia/FEGaussianBlurSkiaApplier.cpp
    M Source/WebCore/platform/graphics/filters/skia/SourceGraphicSkiaApplier.cpp
    M Source/WebCore/platform/graphics/skia/FloatRectSkia.cpp
    M Source/WebCore/platform/graphics/skia/IntRectSkia.cpp
    M Source/WebCore/platform/graphics/skia/NativeImageSkia.cpp
    M Source/WebCore/platform/graphics/skia/ShareableBitmapSkia.cpp
    M Source/WebCore/platform/graphics/skia/TransformationMatrixSkia.cpp

  Log Message:
  -----------
  [Skia] Ignore warnings in some Skia headers to fix non-unified clang build
https://bugs.webkit.org/show_bug.cgi?id=284472

Reviewed by Michael Catanzaro.

These headers pull Skia headers that do unsafe buffer usages, in unified builds
they are somehow already ignored, but in non-unified builds they are not,
so ignore them explicitly.

* Source/WebCore/platform/graphics/filters/skia/FEComponentTransferSkiaApplier.cpp:
* Source/WebCore/platform/graphics/filters/skia/FEDropShadowSkiaApplier.cpp:
* Source/WebCore/platform/graphics/filters/skia/FEGaussianBlurSkiaApplier.cpp:
* Source/WebCore/platform/graphics/filters/skia/SourceGraphicSkiaApplier.cpp:
* Source/WebCore/platform/graphics/skia/FloatRectSkia.cpp:
* Source/WebCore/platform/graphics/skia/IntRectSkia.cpp:
* Source/WebCore/platform/graphics/skia/NativeImageSkia.cpp:
* Source/WebCore/platform/graphics/skia/ShareableBitmapSkia.cpp:
* Source/WebCore/platform/graphics/skia/TransformationMatrixSkia.cpp:

Canonical link: https://commits.webkit.org/287685@main



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list