[webkit-changes] [WebKit/WebKit] 27beb2: [Skia] Implement PathSkia::applySegments()
Pawel Lampe
noreply at github.com
Wed Mar 20 00:50:02 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 27beb283af66084a09a6991dfefdc796dfad17da
https://github.com/WebKit/WebKit/commit/27beb283af66084a09a6991dfefdc796dfad17da
Author: Pawel Lampe <plampe at igalia.com>
Date: 2024-03-20 (Wed, 20 Mar 2024)
Changed paths:
M Source/WebCore/platform/graphics/PathImpl.cpp
M Source/WebCore/platform/graphics/PathImpl.h
M Source/WebCore/platform/graphics/cairo/PathCairo.cpp
M Source/WebCore/platform/graphics/cairo/PathCairo.h
M Source/WebCore/platform/graphics/cg/PathCG.cpp
M Source/WebCore/platform/graphics/cg/PathCG.h
M Source/WebCore/platform/graphics/skia/PathSkia.cpp
M Source/WebCore/platform/graphics/skia/PathSkia.h
Log Message:
-----------
[Skia] Implement PathSkia::applySegments()
https://bugs.webkit.org/show_bug.cgi?id=270841
Reviewed by Carlos Garcia Campos.
* Source/WebCore/platform/graphics/PathImpl.cpp:
(WebCore::PathImpl::applySegments const):
* Source/WebCore/platform/graphics/PathImpl.h:
* Source/WebCore/platform/graphics/cairo/PathCairo.cpp:
(WebCore::PathCairo::applySegments const): Deleted.
* Source/WebCore/platform/graphics/cairo/PathCairo.h:
* Source/WebCore/platform/graphics/cg/PathCG.cpp:
(WebCore::pathSegmentApplierCallback): Deleted.
(WebCore::PathCG::applySegments const): Deleted.
* Source/WebCore/platform/graphics/cg/PathCG.h:
* Source/WebCore/platform/graphics/skia/PathSkia.cpp:
(WebCore::PathSkia::applySegments const): Deleted.
* Source/WebCore/platform/graphics/skia/PathSkia.h:
Canonical link: https://commits.webkit.org/276394@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