summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/core/rendering/RenderProgress.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/rendering/RenderProgress.h')
-rw-r--r--chromium/third_party/WebKit/Source/core/rendering/RenderProgress.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/chromium/third_party/WebKit/Source/core/rendering/RenderProgress.h b/chromium/third_party/WebKit/Source/core/rendering/RenderProgress.h
index bd1cac97f15..18d5c5d3e9f 100644
--- a/chromium/third_party/WebKit/Source/core/rendering/RenderProgress.h
+++ b/chromium/third_party/WebKit/Source/core/rendering/RenderProgress.h
@@ -37,14 +37,13 @@ public:
double animationStartTime() const { return m_animationStartTime; }
bool isDeterminate() const;
- virtual void updateFromElement();
+ virtual void updateFromElement() OVERRIDE;
HTMLProgressElement* progressElement() const;
private:
- virtual const char* renderName() const { return "RenderProgress"; }
- virtual bool isProgress() const { return true; }
- virtual bool supportsPartialLayout() const OVERRIDE { return false; }
+ virtual const char* renderName() const OVERRIDE { return "RenderProgress"; }
+ virtual bool isProgress() const OVERRIDE { return true; }
void animationTimerFired(Timer<RenderProgress>*);
void updateAnimationState();