[webkit-changes] [WebKit/WebKit] 7610c2: `RenderTheme::extractControlStyleStatesForRenderer...
lilyspiniolas
noreply at github.com
Mon Feb 17 20:20:51 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7610c216948837bdb28068aae15dfc7b1a2f00f3
https://github.com/WebKit/WebKit/commit/7610c216948837bdb28068aae15dfc7b1a2f00f3
Author: Lily Spiniolas <lily_spiniolas at apple.com>
Date: 2025-02-17 (Mon, 17 Feb 2025)
Changed paths:
M Source/WebCore/rendering/RenderTheme.h
Log Message:
-----------
`RenderTheme::extractControlStyleStatesForRenderer` is inaccessible from the singleton
https://bugs.webkit.org/show_bug.cgi?id=287843
rdar://145021844
Reviewed by Wenson Hsieh and Abrar Rahman Protyasha.
Made `RenderTheme::extractControlStyleStatesForRenderer` a public method
so that it can be accessed in static methods using the RenderTheme
singleton.
* Source/WebCore/rendering/RenderTheme.h:
Canonical link: https://commits.webkit.org/290520@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