[webkit-changes] [WebKit/WebKit] e8537b: ENABLE_DESTINATION_COLOR_SPACE_LINEAR_SRGB can be...
Przemyslaw Gorszkowski
noreply at github.com
Mon Mar 11 10:02:22 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e8537b3ab12de859b3214abae10ca70513f11df0
https://github.com/WebKit/WebKit/commit/e8537b3ab12de859b3214abae10ca70513f11df0
Author: Przemyslaw Gorszkowski <pgorszkowski at igalia.com>
Date: 2024-03-11 (Mon, 11 Mar 2024)
Changed paths:
M Source/WTF/wtf/PlatformEnable.h
M Source/WTF/wtf/PlatformEnableCocoa.h
M Source/WebCore/bindings/js/SerializedScriptValue.cpp
M Source/WebCore/platform/graphics/ColorConversion.cpp
M Source/WebCore/platform/graphics/DestinationColorSpace.cpp
M Source/WebCore/platform/graphics/DestinationColorSpace.h
M Source/WebCore/platform/graphics/PlatformColorSpace.h
M Source/WebCore/platform/graphics/cairo/ImageBufferCairoBackend.cpp
M Source/WebCore/rendering/svg/RenderSVGResourceMasker.cpp
M Source/WebCore/rendering/svg/legacy/LegacyRenderSVGResourceMasker.cpp
M Source/WebCore/svg/graphics/filters/SVGFilter.cpp
M Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in
Log Message:
-----------
ENABLE_DESTINATION_COLOR_SPACE_LINEAR_SRGB can be removed
https://bugs.webkit.org/show_bug.cgi?id=269835
Reviewed by Nikolas Zimmermann.
After https://github.com/WebKit/WebKit/pull/23663 we can remove ENABLE_DESTINATION_COLOR_SPACE_LINEAR_SRGB.
It is enabled for all platforms.
* Source/WTF/wtf/PlatformEnable.h:
* Source/WTF/wtf/PlatformEnableCocoa.h:
* Source/WebCore/bindings/js/SerializedScriptValue.cpp:
(WebCore::CloneSerializer::write):
(WebCore::CloneDeserializer::read):
* Source/WebCore/platform/graphics/ColorConversion.cpp:
(WebCore::convertAndResolveColorComponents):
* Source/WebCore/platform/graphics/DestinationColorSpace.cpp:
(WebCore::DestinationColorSpace::LinearSRGB):
(WebCore::operator<<):
* Source/WebCore/platform/graphics/DestinationColorSpace.h:
* Source/WebCore/platform/graphics/PlatformColorSpace.h:
* Source/WebCore/platform/graphics/cairo/ImageBufferCairoBackend.cpp:
(WebCore::ImageBufferCairoBackend::transformToColorSpace):
* Source/WebCore/rendering/svg/RenderSVGResourceMasker.cpp:
(WebCore::RenderSVGResourceMasker::applyMask):
* Source/WebCore/rendering/svg/legacy/LegacyRenderSVGResourceMasker.cpp:
(WebCore::LegacyRenderSVGResourceMasker::applyResource):
* Source/WebCore/svg/graphics/filters/SVGFilter.cpp:
(WebCore::buildFilterEffectsGraph):
* Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in:
Canonical link: https://commits.webkit.org/275911@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