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

Unified Diff: Source/core/css/resolver/StyleResolver.h

Issue 96283002: Web Animations API: Start implementation of Element.animate(). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Convert camelCase property names into CSSPropertyIDs in the CSSParser Created 7 years 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: Source/core/css/resolver/StyleResolver.h
diff --git a/Source/core/css/resolver/StyleResolver.h b/Source/core/css/resolver/StyleResolver.h
index dee9b8f9ad7c81a9ecfaa894a606c3c3c368f6ae..a13922b82ab129dabb4302dc902c3777f6f7df0a 100644
--- a/Source/core/css/resolver/StyleResolver.h
+++ b/Source/core/css/resolver/StyleResolver.h
@@ -124,6 +124,7 @@ public:
// and should be removed when that is replaced by Web Animations.
void keyframeStylesForAnimation(Element*, const RenderStyle&, KeyframeList&);
PassRefPtr<RenderStyle> styleForKeyframe(Element*, const RenderStyle&, const StyleKeyframe*);
+ static void setKeyframePropertyValues(KeyframeAnimationEffect::KeyframeVector&, Vector<RefPtr<MutableStylePropertySet> >&, Element*);
PassRefPtr<RenderStyle> pseudoStyleForElement(Element*, const PseudoStyleRequest&, RenderStyle* parentStyle);

Powered by Google App Engine
This is Rietveld 408576698