| Index: Source/core/layout/LayoutThemeMac.h
|
| diff --git a/Source/core/layout/LayoutThemeMac.h b/Source/core/layout/LayoutThemeMac.h
|
| index d5c4a94588fbb099590011784e2948df347b1726..81f957c0e2009f2864d68504e70ebfc76152b43e 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(RenderProgress*) const override;
|
| + virtual double animationRepeatIntervalForProgressBar(LayoutProgress*) const override;
|
| // Returns the duration of the animation for the progress bar.
|
| - virtual double animationDurationForProgressBar(RenderProgress*) const override;
|
| + virtual double animationDurationForProgressBar(LayoutProgress*) const override;
|
|
|
| virtual Color systemColor(CSSValueID) const override;
|
|
|
|
|