[webkit-changes] [WebKit/WebKit] 8863ce: Cherry-pick 279334 at main (36d1b5d7c0ef). <bug>

Adrian Perez noreply at github.com
Sun May 26 16:15:40 PDT 2024


  Branch: refs/heads/webkitglib/2.44
  Home:   https://github.com/WebKit/WebKit
  Commit: 8863ceb3c8486f31e1ccfcd2c7c602fad9feac52
      https://github.com/WebKit/WebKit/commit/8863ceb3c8486f31e1ccfcd2c7c602fad9feac52
  Author: Adrian Perez de Castro <aperez at igalia.com>
  Date:   2024-05-27 (Mon, 27 May 2024)

  Changed paths:
    M Source/WebCore/platform/graphics/cpu/arm/filters/FELightingNeonParallelApplier.cpp
    M Source/WebCore/platform/graphics/filters/FELighting.h

  Log Message:
  -----------
  Cherry-pick 279334 at main (36d1b5d7c0ef). <bug>

    Remove ARM-specific declarations in FELighting.h unneeded after 272873 at main

    Unreviewed build fix.

    * Source/WebCore/platform/graphics/filters/FELighting.h: Remove unneeded
      declarations for the getPowerCoefficients() and platformApplyNeon()
      functions, which are now defined elsewhere; and were causing a build
      failure due to usage of the protected LightingData type.
    * Source/WebCore/platform/graphics/cpu/arm/filters/FELightingNeonParallelApplier.cpp:
      (WebCore::FELightingNeonParallelApplier::applyPlatformParallel const):
      Add missing LightType:: namespace to uses of LS_POINT and LS_SPOT.

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

Canonical link: https://commits.webkit.org/274313.261@webkitglib/2.44



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