Index: ui/native_theme/native_theme_win.cc |
diff --git a/ui/native_theme/native_theme_win.cc b/ui/native_theme/native_theme_win.cc |
index 674352c4a22f553e26c974d337371fb0efd907dc..219308157c9dc78ca57a66bfdb6ee80479065e15 100644 |
--- a/ui/native_theme/native_theme_win.cc |
+++ b/ui/native_theme/native_theme_win.cc |
@@ -150,6 +150,10 @@ class ScopedCreateDCWithBitmap { |
namespace ui { |
+NativeTheme* NativeTheme::GetInstanceForNativeUi() { |
+ return NativeThemeWin::instance(); |
+} |
+ |
bool NativeThemeWin::IsThemingActive() const { |
return is_theme_active_ && is_theme_active_(); |
} |