| Index: Source/core/layout/LayoutTheme.cpp
|
| diff --git a/Source/core/layout/LayoutTheme.cpp b/Source/core/layout/LayoutTheme.cpp
|
| index c3e303aad40448063d349a59d0faf27d01518d37..ac2ab55d8f3cc623188bba703b68b6c869dd86b1 100644
|
| --- a/Source/core/layout/LayoutTheme.cpp
|
| +++ b/Source/core/layout/LayoutTheme.cpp
|
| @@ -878,12 +878,12 @@ void LayoutTheme::paintSliderTicks(LayoutObject* o, const PaintInfo& paintInfo,
|
| }
|
| }
|
|
|
| -double LayoutTheme::animationRepeatIntervalForProgressBar(RenderProgress*) const
|
| +double LayoutTheme::animationRepeatIntervalForProgressBar(LayoutProgress*) const
|
| {
|
| return 0;
|
| }
|
|
|
| -double LayoutTheme::animationDurationForProgressBar(RenderProgress*) const
|
| +double LayoutTheme::animationDurationForProgressBar(LayoutProgress*) const
|
| {
|
| return 0;
|
| }
|
|
|