| Index: third_party/WebKit/Source/core/layout/LayoutTheme.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTheme.h b/third_party/WebKit/Source/core/layout/LayoutTheme.h
|
| index 93d5d6c0c9fadd36973288f8e56c410cc2106793..f103c73b30c0b3cc80560942598771432e0cff14 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTheme.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTheme.h
|
| @@ -153,6 +153,8 @@ public:
|
|
|
| virtual ScrollbarControlSize scrollbarControlSizeForPart(ControlPart) { return RegularScrollbar; }
|
|
|
| + virtual void adjustProgressBarBounds(ComputedStyle& style) const { }
|
| +
|
| // Returns the repeat interval of the animation for the progress bar.
|
| virtual double animationRepeatIntervalForProgressBar() const;
|
| // Returns the duration of the animation for the progress bar.
|
|
|