summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/animation/string_keyframe.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/animation/string_keyframe.h')
-rw-r--r--chromium/third_party/blink/renderer/core/animation/string_keyframe.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/core/animation/string_keyframe.h b/chromium/third_party/blink/renderer/core/animation/string_keyframe.h
index a46dbc5e87a..7928e8cbe41 100644
--- a/chromium/third_party/blink/renderer/core/animation/string_keyframe.h
+++ b/chromium/third_party/blink/renderer/core/animation/string_keyframe.h
@@ -12,6 +12,7 @@
namespace blink {
+class CSSPropertyName;
class StyleSheetContents;
// An implementation of Keyframe used for CSS Animations, web-animations, and
@@ -41,7 +42,7 @@ class CORE_EXPORT StringKeyframe : public Keyframe {
const String& value,
SecureContextMode,
StyleSheetContents*);
- void SetCSSPropertyValue(const CSSProperty&, const CSSValue&);
+ void SetCSSPropertyValue(const CSSPropertyName&, const CSSValue&);
void RemoveCustomCSSProperty(const PropertyHandle& property);
void SetPresentationAttributeValue(const CSSProperty&,