Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c7afd1bc35e2d071f74e61e392d22cac36246b60
https://github.com/WebKit/WebKit/commit/c7afd1bc35e2d071f74e61e392d22cac36246b60
Author: Ahmad Saleem <[email protected]>
Date: 2024-01-31 (Wed, 31 Jan 2024)
Changed paths:
M Source/WebCore/rendering/svg/RenderSVGInlineText.cpp
M Source/WebCore/rendering/svg/SVGInlineTextBox.cpp
M Source/WebCore/rendering/svg/SVGInlineTextBox.h
Log Message:
-----------
Remove `includePartialGlyphs` argument from `offsetForPositionInFragment`
since it is always true
https://bugs.webkit.org/show_bug.cgi?id=268438
Reviewed by Simon Fraser.
This patch removes 'includePartialGlyphs' as argument from function and just
add directly since it is
always true. Accordingly, also update relevant call-site in 'positionForPoint'.
* Source/WebCore/rendering/svg/SVGInlineTextBox.cpp:
(SVGInlineTextBox::offsetForPositionInFragment):
* Source/WebCore/rendering/svg/SVGInlineTextBox.h:
* Source/WebCore/rendering/svg/RenderSVGInlineText.cpp:
(RenderSVGInlineText::positionForPoint):
Canonical link: https://commits.webkit.org/273833@main
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes