Index: Source/core/css/resolver/StyleResolver.h |
diff --git a/Source/core/css/resolver/StyleResolver.h b/Source/core/css/resolver/StyleResolver.h |
index ce394cf7f5977be3b6432cbeb4596753cd4940fb..63c620b6234fd2fa8c2c7abc8054489329d7d4bc 100644 |
--- a/Source/core/css/resolver/StyleResolver.h |
+++ b/Source/core/css/resolver/StyleResolver.h |
@@ -106,7 +106,7 @@ public: |
PassRefPtr<RenderStyle> styleForElement(Element*, RenderStyle* parentStyle = 0, StyleSharingBehavior = AllowStyleSharing, |
RuleMatchingBehavior = MatchAllRules); |
- PassRefPtr<RenderStyle> styleForKeyframe(Element*, const RenderStyle&, RenderStyle* parentStyle, const StyleKeyframe*, const AtomicString& animationName); |
+ PassRefPtr<RenderStyle> styleForKeyframe(Element&, const RenderStyle&, RenderStyle* parentStyle, const StyleKeyframe*, const AtomicString& animationName); |
static PassRefPtrWillBeRawPtr<AnimatableValue> createAnimatableValueSnapshot(Element&, CSSPropertyID, CSSValue&); |
static PassRefPtrWillBeRawPtr<AnimatableValue> createAnimatableValueSnapshot(StyleResolverState&, CSSPropertyID, CSSValue&); |
@@ -229,7 +229,7 @@ private: |
bool fastRejectSelector(const RuleData&) const; |
void applyMatchedProperties(StyleResolverState&, const MatchResult&); |
- bool applyAnimatedProperties(StyleResolverState&, Element* animatingElement); |
+ bool applyAnimatedProperties(StyleResolverState&, const Element* animatingElement); |
void applyCallbackSelectors(StyleResolverState&); |
void resolveScopedStyles(const Element*, WillBeHeapVector<RawPtrWillBeMember<ScopedStyleResolver>, 8>&); |