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

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

Issue 1184143003: Remove CSSParserValue usage from StyleRuleKeyframe (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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 | « no previous file | Source/core/css/StyleRuleKeyframe.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/StyleRuleKeyframe.h
diff --git a/Source/core/css/StyleRuleKeyframe.h b/Source/core/css/StyleRuleKeyframe.h
index 26ab7cf410ff83220b67926969188903136b0a4e..04dd56a3bd93197a9f39235e8420d539c570531c 100644
--- a/Source/core/css/StyleRuleKeyframe.h
+++ b/Source/core/css/StyleRuleKeyframe.h
@@ -9,7 +9,6 @@
namespace blink {
-class CSSParserValueList;
class MutableStylePropertySet;
class StylePropertySet;
@@ -35,8 +34,6 @@ public:
DECLARE_TRACE_AFTER_DISPATCH();
- static PassOwnPtr<Vector<double>> createKeyList(CSSParserValueList*);
-
private:
StyleRuleKeyframe(PassOwnPtr<Vector<double>>, PassRefPtrWillBeRawPtr<StylePropertySet>);
« no previous file with comments | « no previous file | Source/core/css/StyleRuleKeyframe.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698