Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(565)

Unified Diff: Source/core/css/CSSKeyframeRule.h

Issue 814083003: Update animation when changes in animation keyframes are detected. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase + Address comments Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/css/CSSKeyframeRule.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSKeyframeRule.h
diff --git a/Source/core/css/CSSKeyframeRule.h b/Source/core/css/CSSKeyframeRule.h
index edbdacb572c197ef2af9259477c533522b870e73..e07ac1b689aabc0e969e56e99d8c943343ca988d 100644
--- a/Source/core/css/CSSKeyframeRule.h
+++ b/Source/core/css/CSSKeyframeRule.h
@@ -34,7 +34,7 @@ namespace blink {
class CSSKeyframesRule;
class CSSStyleDeclaration;
class ExceptionState;
-class StyleRuleCSSStyleDeclaration;
+class KeyframeStyleRuleCSSStyleDeclaration;
class CSSKeyframeRule final : public CSSRule {
DEFINE_WRAPPERTYPEINFO();
@@ -57,7 +57,7 @@ private:
virtual CSSRule::Type type() const override { return KEYFRAME_RULE; }
RefPtrWillBeMember<StyleRuleKeyframe> m_keyframe;
- mutable RefPtrWillBeMember<StyleRuleCSSStyleDeclaration> m_propertiesCSSOMWrapper;
+ mutable RefPtrWillBeMember<KeyframeStyleRuleCSSStyleDeclaration> m_propertiesCSSOMWrapper;
friend class CSSKeyframesRule;
};
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/css/CSSKeyframeRule.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698