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/css/parser/CSSParserImpl.h

Issue 2323633002: Implement animation tainted custom property values (Closed)
Patch Set: Rebased Created 4 years, 2 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/css/parser/CSSParserImpl.h
diff --git a/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h b/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h
index 2d4e32c6f2f8627b7d96d3aaef9256e95474159e..13d99b03f8a4ae5796bd928193bed069250137ea 100644
--- a/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h
+++ b/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h
@@ -67,7 +67,8 @@ class CSSParserImpl {
const AtomicString& propertyName,
const String&,
bool important,
- const CSSParserContext&);
+ const CSSParserContext&,
+ bool isAnimationTainted);
static ImmutableStylePropertySet* parseInlineStyleDeclaration(const String&,
Element*);
static bool parseDeclarationList(MutableStylePropertySet*,
@@ -140,7 +141,8 @@ class CSSParserImpl {
StyleRule::RuleType);
void consumeVariableValue(CSSParserTokenRange,
const AtomicString& propertyName,
- bool important);
+ bool important,
+ bool isAnimationTainted);
static std::unique_ptr<Vector<double>> consumeKeyframeKeyList(
CSSParserTokenRange);
« no previous file with comments | « third_party/WebKit/Source/core/css/parser/CSSParser.cpp ('k') | third_party/WebKit/Source/core/css/parser/CSSParserImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698