[webkit-changes] [WebKit/WebKit] 526ba6: Remove Path::polygonPathFromPoints()
Said Abou-Hallawa
noreply at github.com
Tue Oct 3 15:44:10 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 526ba602e6bb7c944366954db3bb75bf986a8e0d
https://github.com/WebKit/WebKit/commit/526ba602e6bb7c944366954db3bb75bf986a8e0d
Author: Said Abou-Hallawa <said at apple.com>
Date: 2023-10-03 (Tue, 03 Oct 2023)
Changed paths:
M Source/WebCore/platform/DictationCaretAnimator.cpp
M Source/WebCore/platform/graphics/Path.cpp
M Source/WebCore/platform/graphics/Path.h
Log Message:
-----------
Remove Path::polygonPathFromPoints()
https://bugs.webkit.org/show_bug.cgi?id=262563
rdar://116414788
Reviewed by Simon Fraser.
It is only used once and it can be replaced by a public constructor.
* Source/WebCore/platform/DictationCaretAnimator.cpp:
(WebCore::DictationCaretAnimator::makeDictationTailConePath const):
* Source/WebCore/platform/graphics/Path.cpp:
(WebCore::Path::polygonPathFromPoints): Deleted.
* Source/WebCore/platform/graphics/Path.h:
Canonical link: https://commits.webkit.org/268809@main
More information about the webkit-changes
mailing list