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

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

Issue 96283002: Web Animations API: Start implementation of Element.animate(). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add layout test for animate() Created 7 years 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: Source/core/css/CSSParser.h
diff --git a/Source/core/css/CSSParser.h b/Source/core/css/CSSParser.h
index eb77822b81a718e0bbb1f20e9b468c803a3c7f5b..cb8dfa0d6ebc48aacbf6b1b41c6db789ce825f39 100644
--- a/Source/core/css/CSSParser.h
+++ b/Source/core/css/CSSParser.h
@@ -623,6 +623,7 @@ private:
CSSPropertyID cssPropertyID(const CSSParserString&);
CSSPropertyID cssPropertyID(const String&);
+CSSPropertyID camelCaseCSSPropertyNameToID(StringImpl* propertyName);
CSSValueID cssValueKeywordID(const CSSParserString&);
class ShorthandScope {

Powered by Google App Engine
This is Rietveld 408576698