Changeset 286916 in webkit for trunk/Source/WebCore/css/CSSKeyframeRule.h
- Timestamp:
- Dec 11, 2021, 10:28:39 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/css/CSSKeyframeRule.h
r257696 r286916 81 81 CSSKeyframeRule(StyleRuleKeyframe&, CSSKeyframesRule* parent); 82 82 83 CSSRule::Type type() const final { return KEYFRAME_RULE; }83 StyleRuleType styleRuleType() const final { return StyleRuleType::Keyframe; } 84 84 85 85 Ref<StyleRuleKeyframe> m_keyframe;
Note:
See TracChangeset
for help on using the changeset viewer.