| Index: Source/WebCore/rendering/RenderProgress.h
|
| ===================================================================
|
| --- Source/WebCore/rendering/RenderProgress.h (revision 126630)
|
| +++ Source/WebCore/rendering/RenderProgress.h (working copy)
|
| @@ -46,6 +46,7 @@
|
| virtual bool isProgress() const { return true; }
|
| virtual bool requiresForcedStyleRecalcPropagation() const { return true; }
|
| virtual void updateFromElement();
|
| + virtual bool canBeReplacedWithInlineRunIn() const OVERRIDE;
|
|
|
| void animationTimerFired(Timer<RenderProgress>*);
|
| void updateAnimationState();
|
|
|