Index: Source/core/css/CSSParser.h |
diff --git a/Source/core/css/CSSParser.h b/Source/core/css/CSSParser.h |
index d195f74a61d27ae73ce2c4a2adb3a6f6d35dbd34..275e55d2f7d73dc75ce149e4021ef870797956cf 100644 |
--- a/Source/core/css/CSSParser.h |
+++ b/Source/core/css/CSSParser.h |
@@ -109,6 +109,7 @@ public: |
bool parseDeclaration(MutableStylePropertySet*, const String&, SourceDataHandler*, StyleSheetContents* contextStyleSheet); |
static PassRefPtr<ImmutableStylePropertySet> parseInlineStyleDeclaration(const String&, Element*); |
PassRefPtr<MediaQuerySet> parseMediaQueryList(const String&); |
+ PassOwnPtr<Vector<double> > parseKeyframeKeyList(const String&); |
void addPropertyWithPrefixingVariant(CSSPropertyID, PassRefPtr<CSSValue>, bool important, bool implicit = false); |
void addProperty(CSSPropertyID, PassRefPtr<CSSValue>, bool important, bool implicit = false); |