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

Unified Diff: Source/core/frame/animation/CSSPropertyAnimation.h

Issue 139273007: Web Animations: Remove legacy animations engine. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix TestExpectations. Created 6 years, 10 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/frame/animation/CSSPropertyAnimation.h
diff --git a/Source/core/frame/animation/CSSPropertyAnimation.h b/Source/core/frame/animation/CSSPropertyAnimation.h
index 6ffd75c1a836f6b2ada919808509f6456377e771..148c9cad5883f177a4c3612a57f8ee225a28a3df 100644
--- a/Source/core/frame/animation/CSSPropertyAnimation.h
+++ b/Source/core/frame/animation/CSSPropertyAnimation.h
@@ -33,18 +33,12 @@
namespace WebCore {
-class AnimationBase;
class RenderStyle;
class CSSPropertyAnimation {
public:
- static bool animationOfPropertyIsAccelerated(CSSPropertyID);
- static bool propertiesEqual(CSSPropertyID, const RenderStyle* a, const RenderStyle* b);
- static CSSPropertyID getPropertyAtIndex(int, bool& isShorthand);
- static int getNumProperties();
+ static bool propertiesEqual(CSSPropertyID, const RenderStyle*, const RenderStyle*);
- // Return true if we need to start software animation timers
- static bool blendProperties(const AnimationBase*, CSSPropertyID, RenderStyle* dst, const RenderStyle* a, const RenderStyle* b, double progress);
private:
static void ensurePropertyMap();
};
« no previous file with comments | « Source/core/frame/animation/AnimationControllerPrivate.h ('k') | Source/core/frame/animation/CSSPropertyAnimation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698