Index: Source/core/layout/LayoutThemeMac.h |
diff --git a/Source/core/layout/LayoutThemeMac.h b/Source/core/layout/LayoutThemeMac.h |
index 81f957c0e2009f2864d68504e70ebfc76152b43e..14207b92a73cb37ca6eb234f38da9d372e8f784c 100644 |
--- a/Source/core/layout/LayoutThemeMac.h |
+++ b/Source/core/layout/LayoutThemeMac.h |
@@ -78,9 +78,9 @@ public: |
virtual bool supportsMeter(ControlPart) const override; |
// Returns the repeat interval of the animation for the progress bar. |
- virtual double animationRepeatIntervalForProgressBar(LayoutProgress*) const override; |
+ virtual double animationRepeatIntervalForProgressBar() const override; |
// Returns the duration of the animation for the progress bar. |
- virtual double animationDurationForProgressBar(LayoutProgress*) const override; |
+ virtual double animationDurationForProgressBar() const override; |
virtual Color systemColor(CSSValueID) const override; |