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

Unified Diff: third_party/WebKit/Source/core/css/StylePropertySet.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/StylePropertySet.h
diff --git a/third_party/WebKit/Source/core/css/StylePropertySet.h b/third_party/WebKit/Source/core/css/StylePropertySet.h
index e3ca5dc0eccd12ef395857fe0a621a0133fca65a..9019a488b6e602c1214e6d476efe8b6fe70d4620 100644
--- a/third_party/WebKit/Source/core/css/StylePropertySet.h
+++ b/third_party/WebKit/Source/core/css/StylePropertySet.h
@@ -219,8 +219,9 @@ class CORE_EXPORT MutableStylePropertySet : public StylePropertySet {
StyleSheetContents* contextStyleSheet = 0);
bool setProperty(const AtomicString& customPropertyName,
const String& value,
- bool important = false,
- StyleSheetContents* contextStyleSheet = 0);
+ bool important,
+ StyleSheetContents* contextStyleSheet,
+ bool isAnimationTainted);
void setProperty(CSSPropertyID, const CSSValue&, bool important = false);
// These do not. FIXME: This is too messy, we can do better.

Powered by Google App Engine
This is Rietveld 408576698