| Index: third_party/WebKit/Source/core/paint/ThemePainterMac.h
|
| diff --git a/third_party/WebKit/Source/core/paint/ThemePainterMac.h b/third_party/WebKit/Source/core/paint/ThemePainterMac.h
|
| index 21e07fa2299f0c3dd3ddb43e91f176c710755422..aaac29fa0957a6041f016873474a645ba4725ea2 100644
|
| --- a/third_party/WebKit/Source/core/paint/ThemePainterMac.h
|
| +++ b/third_party/WebKit/Source/core/paint/ThemePainterMac.h
|
| @@ -32,7 +32,7 @@ class LayoutThemeMac;
|
|
|
| class ThemePainterMac final : public ThemePainter {
|
| public:
|
| - ThemePainterMac(LayoutThemeMac& layoutTheme) : m_layoutTheme(layoutTheme) { }
|
| + ThemePainterMac(LayoutThemeMac&, Theme*);
|
|
|
| private:
|
| bool paintCapsLockIndicator(const LayoutObject&, const PaintInfo&, const IntRect&) override;
|
|
|