| Index: Source/core/rendering/RenderBoxModelObject.h
|
| diff --git a/Source/core/rendering/RenderBoxModelObject.h b/Source/core/rendering/RenderBoxModelObject.h
|
| index b0e88db6eaf807df082074e07793ff073ea29048..a45c377d55527825c07c3a9a472285b97348a89e 100644
|
| --- a/Source/core/rendering/RenderBoxModelObject.h
|
| +++ b/Source/core/rendering/RenderBoxModelObject.h
|
| @@ -191,14 +191,6 @@ public:
|
| void contentChanged(ContentChangeType);
|
| bool hasAcceleratedCompositing() const;
|
|
|
| - bool startTransition(double, CSSPropertyID, const RenderStyle* fromStyle, const RenderStyle* toStyle);
|
| - void transitionPaused(double timeOffset, CSSPropertyID);
|
| - void transitionFinished(CSSPropertyID);
|
| -
|
| - bool startAnimation(double timeOffset, const CSSAnimationData*, const KeyframeList& keyframes);
|
| - void animationPaused(double timeOffset, const String& name);
|
| - void animationFinished(const String& name);
|
| -
|
| virtual void computeLayerHitTestRects(LayerHitTestRects&) const OVERRIDE;
|
|
|
| protected:
|
|
|