Index: Source/core/layout/LayoutTheme.h |
diff --git a/Source/core/layout/LayoutTheme.h b/Source/core/layout/LayoutTheme.h |
index e46bf0cb9af6346e4cb5a29bc196c1a80ea61d68..915633df537ae373ec3760ef6ade6c1a5a9c5714 100644 |
--- a/Source/core/layout/LayoutTheme.h |
+++ b/Source/core/layout/LayoutTheme.h |
@@ -41,7 +41,7 @@ class Element; |
class FileList; |
class HTMLInputElement; |
class RenderMeter; |
-class RenderProgress; |
+class LayoutProgress; |
class LayoutTheme : public RefCounted<LayoutTheme> { |
@@ -158,9 +158,9 @@ public: |
virtual bool paintCapsLockIndicator(LayoutObject*, const PaintInfo&, const IntRect&) { return 0; }; |
// Returns the repeat interval of the animation for the progress bar. |
- virtual double animationRepeatIntervalForProgressBar(RenderProgress*) const; |
+ virtual double animationRepeatIntervalForProgressBar(LayoutProgress*) const; |
// Returns the duration of the animation for the progress bar. |
- virtual double animationDurationForProgressBar(RenderProgress*) const; |
+ virtual double animationDurationForProgressBar(LayoutProgress*) const; |
// Media controls |
virtual String formatMediaControlsTime(float time) const; |