| 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();
|
| };
|
|
|