| Index: Source/core/layout/LayoutThemeMac.h
|
| diff --git a/Source/core/layout/LayoutThemeMac.h b/Source/core/layout/LayoutThemeMac.h
|
| index 6cd9673c747c8f839a8765ffd280f776e425410f..aee5fbcf81e4739b81863574fc61d81589b69dc1 100644
|
| --- a/Source/core/layout/LayoutThemeMac.h
|
| +++ b/Source/core/layout/LayoutThemeMac.h
|
| @@ -37,7 +37,7 @@ class LayoutThemeMac final : public LayoutTheme {
|
| public:
|
| static PassRefPtr<LayoutTheme> create();
|
|
|
| - virtual void adjustPaintInvalidationRect(const LayoutObject*, IntRect&) override;
|
| + virtual void addVisualOverflow(const LayoutObject&, IntRect& borderBox) override;
|
|
|
| virtual bool isControlStyled(const ComputedStyle&, const AuthorStyleInfo&) const override;
|
|
|
|
|