mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 19:45:12 +00:00
LibWeb: Remove no-longer-used StyleInvalidationReasons :^)
This commit is contained in:
parent
55ab8ff539
commit
8d51c41a42
Notes:
github-actions[bot]
2025-04-17 17:47:00 +00:00
Author: https://github.com/awesomekling Commit: https://github.com/LadybirdBrowser/ladybird/commit/8d51c41a42b Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4388
1 changed files with 1 additions and 5 deletions
|
@ -49,7 +49,6 @@ enum class ShouldComputeRole {
|
|||
};
|
||||
|
||||
#define ENUMERATE_STYLE_INVALIDATION_REASONS(X) \
|
||||
X(ActiveElementChange) \
|
||||
X(AdoptedStyleSheetsList) \
|
||||
X(CSSFontLoaded) \
|
||||
X(CSSImportRule) \
|
||||
|
@ -60,7 +59,6 @@ enum class ShouldComputeRole {
|
|||
X(EditingInsertion) \
|
||||
X(ElementAttributeChange) \
|
||||
X(ElementSetShadowRoot) \
|
||||
X(FocusedElementChange) \
|
||||
X(HTMLHyperlinkElementHrefChange) \
|
||||
X(HTMLIFrameElementGeometryChange) \
|
||||
X(HTMLInputElementSetChecked) \
|
||||
|
@ -68,7 +66,6 @@ enum class ShouldComputeRole {
|
|||
X(HTMLObjectElementUpdateLayoutAndChildObjects) \
|
||||
X(HTMLOptionElementSelectedChange) \
|
||||
X(HTMLSelectElementSetIsOpen) \
|
||||
X(Hover) \
|
||||
X(MediaListSetMediaText) \
|
||||
X(MediaListAppendMedium) \
|
||||
X(MediaListDeleteMedium) \
|
||||
|
@ -83,8 +80,7 @@ enum class ShouldComputeRole {
|
|||
X(StyleSheetDeleteRule) \
|
||||
X(StyleSheetInsertRule) \
|
||||
X(StyleSheetListAddSheet) \
|
||||
X(StyleSheetListRemoveSheet) \
|
||||
X(TargetElementChange)
|
||||
X(StyleSheetListRemoveSheet)
|
||||
|
||||
enum class StyleInvalidationReason {
|
||||
#define __ENUMERATE_STYLE_INVALIDATION_REASON(reason) reason,
|
||||
|
|
Loading…
Add table
Reference in a new issue