| Index: Source/platform/mac/ThemeMac.h
|
| diff --git a/Source/platform/mac/ThemeMac.h b/Source/platform/mac/ThemeMac.h
|
| index db703df35ec8dcf65b5744dc20a69b9c1832f88e..1a4d3246a9924742218ea9314077370d9ad0ec40 100644
|
| --- a/Source/platform/mac/ThemeMac.h
|
| +++ b/Source/platform/mac/ThemeMac.h
|
| @@ -36,8 +36,8 @@ namespace blink {
|
|
|
| class ThemeMac : public Theme {
|
| public:
|
| - ThemeMac() { }
|
| - virtual ~ThemeMac() { }
|
| + ThemeMac() {}
|
| + ~ThemeMac() override {}
|
|
|
| virtual int baselinePositionAdjustment(ControlPart) const;
|
|
|
|
|