| Index: third_party/WebKit/Source/core/layout/LayoutThemeLinux.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutThemeLinux.cpp b/third_party/WebKit/Source/core/layout/LayoutThemeLinux.cpp
|
| index b250d935598b4b7931c36c739387ae4f715f0186..0555d6916e6006bdadaf041e1e8d1844ed701606 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutThemeLinux.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutThemeLinux.cpp
|
| @@ -13,7 +13,7 @@ PassRefPtr<LayoutTheme> LayoutThemeLinux::create()
|
| return adoptRef(new LayoutThemeLinux());
|
| }
|
|
|
| -LayoutTheme& LayoutTheme::theme()
|
| +LayoutTheme& LayoutTheme::nativeTheme()
|
| {
|
| DEFINE_STATIC_REF(LayoutTheme, layoutTheme, (LayoutThemeLinux::create()));
|
| return *layoutTheme;
|
|
|