Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4fee19fc9e2dd77635e4c4941576c0ea1b20efc1
https://github.com/WebKit/WebKit/commit/4fee19fc9e2dd77635e4c4941576c0ea1b20efc1
Author: Vitor Roriz <[email protected]>
Date: 2026-04-05 (Sun, 05 Apr 2026)
Changed paths:
M Source/WebCore/platform/graphics/FontPlatformData.cpp
M Source/WebCore/platform/graphics/FontPlatformData.h
M Source/WebCore/platform/graphics/freetype/FontPlatformDataFreeType.cpp
Log Message:
-----------
FontPlatformData: Remove unused cloneWithSyntheticOblique
https://bugs.webkit.org/show_bug.cgi?id=311529
rdar://174119725
Reviewed by Tim Nguyen.
cloneWithSyntheticOblique has no callers. The sibling methods
cloneWithOrientation and cloneWithSize are still used.
* Source/WebCore/platform/graphics/FontPlatformData.cpp:
(WebCore::FontPlatformData::cloneWithSyntheticOblique): Deleted.
* Source/WebCore/platform/graphics/FontPlatformData.h:
* Source/WebCore/platform/graphics/freetype/FontPlatformDataFreeType.cpp:
(WebCore::FontPlatformData::cloneWithSyntheticOblique): Deleted.
Canonical link: https://commits.webkit.org/310613@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications