| Index: WebCore/rendering/RenderProgress.h
|
| ===================================================================
|
| --- WebCore/rendering/RenderProgress.h (revision 73789)
|
| +++ WebCore/rendering/RenderProgress.h (working copy)
|
| @@ -50,13 +50,12 @@
|
| virtual void paint(PaintInfo&, int tx, int ty);
|
|
|
| virtual void layoutParts();
|
| - virtual bool shouldHaveParts() const;
|
|
|
| IntRect valuePartRect() const;
|
| + bool shouldHaveParts() const;
|
|
|
| void animationTimerFired(Timer<RenderProgress>*);
|
| void updateAnimationState();
|
| - void updatePartsState();
|
|
|
| double m_position;
|
| double m_animationStartTime;
|
|
|