| Index: Source/WebCore/rendering/RenderProgress.cpp
|
| ===================================================================
|
| --- Source/WebCore/rendering/RenderProgress.cpp (revision 126630)
|
| +++ Source/WebCore/rendering/RenderProgress.cpp (working copy)
|
| @@ -61,6 +61,11 @@
|
| RenderBlock::updateFromElement();
|
| }
|
|
|
| +bool RenderProgress::canBeReplacedWithInlineRunIn() const
|
| +{
|
| + return false;
|
| +}
|
| +
|
| double RenderProgress::animationProgress() const
|
| {
|
| return m_animating ? (fmod((currentTime() - m_animationStartTime), m_animationDuration) / m_animationDuration) : 0;
|
|
|