Index: third_party/WebKit/Source/core/layout/LayoutThemeMac.mm |
diff --git a/third_party/WebKit/Source/core/layout/LayoutThemeMac.mm b/third_party/WebKit/Source/core/layout/LayoutThemeMac.mm |
index d8d2a531de30c4ad100c22393135aa514da8bfc6..fbb224577b5dddf6bdd48c32592d99ae2509784b 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutThemeMac.mm |
+++ b/third_party/WebKit/Source/core/layout/LayoutThemeMac.mm |
@@ -132,7 +132,7 @@ using namespace HTMLNames; |
LayoutThemeMac::LayoutThemeMac() |
: LayoutTheme(platformTheme()) |
, m_notificationObserver(AdoptNS, [[BlinkLayoutThemeNotificationObserver alloc] initWithTheme:this]) |
- , m_painter(*this, platformTheme()) |
+ , m_painter(*this) |
{ |
[[NSNotificationCenter defaultCenter] addObserver:m_notificationObserver.get() |
selector:@selector(systemColorsDidChange:) |