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