| Index: Source/core/layout/LayoutThemeDefault.h
|
| diff --git a/Source/core/layout/LayoutThemeDefault.h b/Source/core/layout/LayoutThemeDefault.h
|
| index 0ce186d74d091dc7a6b0c4d0f50190136536e83e..e19b6581c433ccc50ce24035e907844642ddedc0 100644
|
| --- a/Source/core/layout/LayoutThemeDefault.h
|
| +++ b/Source/core/layout/LayoutThemeDefault.h
|
| @@ -143,8 +143,8 @@ public:
|
| virtual void adjustMenuListStyle(LayoutStyle&, Element*) const override;
|
| virtual void adjustMenuListButtonStyle(LayoutStyle&, Element*) const override;
|
|
|
| - virtual double animationRepeatIntervalForProgressBar(LayoutProgress*) const override;
|
| - virtual double animationDurationForProgressBar(LayoutProgress*) const override;
|
| + virtual double animationRepeatIntervalForProgressBar() const override;
|
| + virtual double animationDurationForProgressBar() const override;
|
|
|
| // These methods define the padding for the MenuList's inner block.
|
| virtual int popupInternalPaddingLeft(const LayoutStyle&) const override;
|
|
|