Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 89fe24581975d6d15f19a0db81f7450bcdaedcf0
https://github.com/WebKit/WebKit/commit/89fe24581975d6d15f19a0db81f7450bcdaedcf0
Author: Vitor Roriz <[email protected]>
Date: 2026-01-30 (Fri, 30 Jan 2026)
Changed paths:
M Source/WebCore/platform/graphics/ComplexTextController.cpp
M Source/WebCore/platform/graphics/ComplexTextController.h
Log Message:
-----------
Prefer protect() in ComplexTextController* files
rdar://169196928
https://bugs.webkit.org/show_bug.cgi?id=306551
Reviewed by Ryosuke Niwa.
We now prefer protect(...) rather than methods with the "protected*" prefix.
* Source/WebCore/platform/graphics/ComplexTextController.cpp:
(WebCore::ComplexTextController::enclosingGlyphBoundsForTextRun):
* Source/WebCore/platform/graphics/ComplexTextController.h:
(WebCore::ComplexTextController::ComplexTextRun::font const):
(WebCore::ComplexTextController::ComplexTextRun::protectedFont const): Deleted.
Canonical link: https://commits.webkit.org/306501@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications