| Index: ui/native_theme/native_theme.h
|
| diff --git a/ui/native_theme/native_theme.h b/ui/native_theme/native_theme.h
|
| index 1f7651a5af8f9c65a78d4e10e86af9e6377dce99..6ff56e053cb2328f40f4382f87293e856a94d8ca 100644
|
| --- a/ui/native_theme/native_theme.h
|
| +++ b/ui/native_theme/native_theme.h
|
| @@ -365,6 +365,9 @@ class NATIVE_THEME_EXPORT NativeTheme {
|
| // returning the port's subclass.
|
| static NativeTheme* GetInstanceForWeb();
|
|
|
| + // Returns a shared instance of the default native theme for native UI.
|
| + static NativeTheme* GetInstanceForNativeUi();
|
| +
|
| // Add or remove observers to be notified when the native theme changes.
|
| void AddObserver(NativeThemeObserver* observer);
|
| void RemoveObserver(NativeThemeObserver* observer);
|
|
|