| 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 19fc396aebf860881d190bf34a4d10ba46878ae4..528bef4f9e54da97a8b206704fbee3d173df4600 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutThemeMac.mm
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutThemeMac.mm
|
| @@ -1102,7 +1102,7 @@ NSView* FlippedView()
|
| return view;
|
| }
|
|
|
| -LayoutTheme& LayoutTheme::theme()
|
| +LayoutTheme& LayoutTheme::nativeTheme()
|
| {
|
| DEFINE_STATIC_REF(LayoutTheme, layoutTheme, (LayoutThemeMac::create()));
|
| return *layoutTheme;
|
|
|