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

Unified Diff: Source/core/animation/css/CSSAnimations.h

Issue 22799020: Web Animations CSS: Support Animation of StyleImage and LengthBox (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address review comments. Update tests to use assert functionality. Created 7 years, 4 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: Source/core/animation/css/CSSAnimations.h
diff --git a/Source/core/animation/css/CSSAnimations.h b/Source/core/animation/css/CSSAnimations.h
index a777163f895e1353eb4fe7e05f4f16ae7aa3d399..75575d8405144e8a252eb4b70db37a12900db9e0 100644
--- a/Source/core/animation/css/CSSAnimations.h
+++ b/Source/core/animation/css/CSSAnimations.h
@@ -72,6 +72,7 @@ private:
class CSSAnimations FINAL {
public:
+ static bool isAnimatableProperty(CSSPropertyID);
static bool needsUpdate(const Element*, const RenderStyle*);
static PassOwnPtr<CSSAnimationUpdate> calculateUpdate(const Element*, EDisplay, const CSSAnimations*, const CSSAnimationDataList*, StyleResolver*);
void update(Element*, const RenderStyle*);

Powered by Google App Engine
This is Rietveld 408576698