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

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

Issue 2379983002: Remove unused Element parameter in StringKeyframe (Closed)
Patch Set: Created 4 years, 3 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 7b234c44872fcd56232a5fa8de1e37b01a6de939..b4d6653761b7869e8edb7bdd9797af898a2b1a5b 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, const CSSValue&);
- void setPresentationAttributeValue(CSSPropertyID, const String& value, Element*, StyleSheetContents*);
+ void setPresentationAttributeValue(CSSPropertyID, const String& value, StyleSheetContents*);
void setSVGAttributeValue(const QualifiedName&, const String& value);
const CSSValue& cssPropertyValue(CSSPropertyID property) const
« no previous file with comments | « third_party/WebKit/Source/core/animation/EffectInput.cpp ('k') | third_party/WebKit/Source/core/animation/StringKeyframe.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698