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

Unified Diff: third_party/WebKit/Source/core/css/parser/CSSParser.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/CSSParser.h
diff --git a/third_party/WebKit/Source/core/css/parser/CSSParser.h b/third_party/WebKit/Source/core/css/parser/CSSParser.h
index f8902d65cafdac73e4fa72642022a1aca2997cae..3b2ebb389ed4adf24043a509a1e2ff4a39a5eb9a 100644
--- a/third_party/WebKit/Source/core/css/parser/CSSParser.h
+++ b/third_party/WebKit/Source/core/css/parser/CSSParser.h
@@ -57,7 +57,8 @@ class CORE_EXPORT CSSParser {
const AtomicString& propertyName,
const String& value,
bool important,
- StyleSheetContents*);
+ StyleSheetContents*,
+ bool isAnimationTainted);
static ImmutableStylePropertySet* parseCustomPropertySet(CSSParserTokenRange);
// This is for non-shorthands only
« no previous file with comments | « third_party/WebKit/Source/core/css/cssom/CSSUnparsedValue.cpp ('k') | third_party/WebKit/Source/core/css/parser/CSSParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698