| Index: ui/native_theme/native_theme_win.h
|
| diff --git a/ui/native_theme/native_theme_win.h b/ui/native_theme/native_theme_win.h
|
| index 46b62ae4f45f0efb6166572836732b9b9bab0674..f84e329c7540b3516570f1845373e33e9e397495 100644
|
| --- a/ui/native_theme/native_theme_win.h
|
| +++ b/ui/native_theme/native_theme_win.h
|
| @@ -114,10 +114,11 @@ class NATIVE_THEME_EXPORT NativeThemeWin : public NativeTheme,
|
| const ExtraParams& extra) const override;
|
| SkColor GetSystemColor(ColorId color_id) const override;
|
|
|
| - private:
|
| + protected:
|
| NativeThemeWin();
|
| ~NativeThemeWin() override;
|
|
|
| + private:
|
| // gfx::SysColorChangeListener implementation:
|
| void OnSysColorChange() override;
|
|
|
|
|