| Index: Source/core/layout/LayoutThemeMac.h
|
| diff --git a/Source/core/layout/LayoutThemeMac.h b/Source/core/layout/LayoutThemeMac.h
|
| index c4f1640edd530087062117de152b6682c05b5e18..cba1b6fb7ea09bcdd90e3faccae1829d3c642bb1 100644
|
| --- a/Source/core/layout/LayoutThemeMac.h
|
| +++ b/Source/core/layout/LayoutThemeMac.h
|
| @@ -39,7 +39,7 @@
|
|
|
| void addVisualOverflow(const LayoutObject&, IntRect& borderBox) override;
|
|
|
| - bool isControlStyled(const ComputedStyle&) const override;
|
| + bool isControlStyled(const ComputedStyle&, const AuthorStyleInfo&) const override;
|
|
|
| Color platformActiveSelectionBackgroundColor() const override;
|
| Color platformInactiveSelectionBackgroundColor() const override;
|
|
|