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

Unified Diff: third_party/WebKit/Source/core/css/PropertySetCSSStyleDeclaration.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/PropertySetCSSStyleDeclaration.h
diff --git a/third_party/WebKit/Source/core/css/PropertySetCSSStyleDeclaration.h b/third_party/WebKit/Source/core/css/PropertySetCSSStyleDeclaration.h
index 8c424ecf54511f969da034915246c076d233e83e..ebd03ac982776fa219d2520565b03edb51b4ccc5 100644
--- a/third_party/WebKit/Source/core/css/PropertySetCSSStyleDeclaration.h
+++ b/third_party/WebKit/Source/core/css/PropertySetCSSStyleDeclaration.h
@@ -79,6 +79,7 @@ class AbstractPropertySetCSSStyleDeclaration : public CSSStyleDeclaration {
virtual void willMutate() {}
virtual void didMutate(MutationType) {}
virtual MutableStylePropertySet& propertySet() const = 0;
+ virtual bool isKeyframeStyle() const { return false; }
};
class PropertySetCSSStyleDeclaration

Powered by Google App Engine
This is Rietveld 408576698