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

Unified Diff: third_party/WebKit/Source/core/animation/StringKeyframe.h

Issue 2047293002: Code cleanup: Replace Element with Document in element.animate() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@_killForceConversionsToAnimatableValues
Patch Set: Fix unit test crash. Created 4 years, 5 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
Index: third_party/WebKit/Source/core/animation/StringKeyframe.h
diff --git a/third_party/WebKit/Source/core/animation/StringKeyframe.h b/third_party/WebKit/Source/core/animation/StringKeyframe.h
index 51c343b0be5405dc3a8dc1d5d7504ce82df46369..5b250a6db6e46cb008d88fc41d03f12675c39bee 100644
--- a/third_party/WebKit/Source/core/animation/StringKeyframe.h
+++ b/third_party/WebKit/Source/core/animation/StringKeyframe.h
@@ -22,9 +22,9 @@ public:
return adoptRef(new StringKeyframe);
}
- void setCSSPropertyValue(CSSPropertyID, const String& value, Element*, StyleSheetContents*);
+ void setCSSPropertyValue(CSSPropertyID, const String& value, StyleSheetContents*);
void setCSSPropertyValue(CSSPropertyID, CSSValue*);
- void setPresentationAttributeValue(CSSPropertyID, const String& value, Element*, StyleSheetContents*);
+ void setPresentationAttributeValue(CSSPropertyID, const String& value, StyleSheetContents*);
void setSVGAttributeValue(const QualifiedName&, const String& value);
CSSValue* cssPropertyValue(CSSPropertyID property) const

Powered by Google App Engine
This is Rietveld 408576698