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

Unified Diff: third_party/WebKit/Source/core/css/KeyframeStyleRuleCSSStyleDeclaration.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/KeyframeStyleRuleCSSStyleDeclaration.h
diff --git a/third_party/WebKit/Source/core/css/KeyframeStyleRuleCSSStyleDeclaration.h b/third_party/WebKit/Source/core/css/KeyframeStyleRuleCSSStyleDeclaration.h
index a3b7b6401d346148d062372ac74dadb2c21f2c5d..6023ee88fbb6c3e2a908bcdea726a4e958570555 100644
--- a/third_party/WebKit/Source/core/css/KeyframeStyleRuleCSSStyleDeclaration.h
+++ b/third_party/WebKit/Source/core/css/KeyframeStyleRuleCSSStyleDeclaration.h
@@ -25,6 +25,7 @@ class KeyframeStyleRuleCSSStyleDeclaration final
CSSKeyframeRule*);
void didMutate(MutationType) override;
+ bool isKeyframeStyle() const final { return true; }
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/css/DOMWindowCSS.cpp ('k') | third_party/WebKit/Source/core/css/PropertyRegistration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698