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