| Index: ui/native_theme/native_theme_mac.h
|
| diff --git a/ui/native_theme/native_theme_mac.h b/ui/native_theme/native_theme_mac.h
|
| index ec48119d26442030155d1a14ee8235f45d4becfb..ddcd7921e21ef9cff26236ed116fdad287e701dd 100644
|
| --- a/ui/native_theme/native_theme_mac.h
|
| +++ b/ui/native_theme/native_theme_mac.h
|
| @@ -69,6 +69,9 @@ class NATIVE_THEME_EXPORT NativeThemeMac : public NativeThemeBase {
|
| bool focus);
|
|
|
| private:
|
| + SkColor GetAuraColorWithSystemTint(NativeTheme::ColorId color_id,
|
| + const NativeTheme* base_theme) const;
|
| +
|
| NativeThemeMac();
|
| ~NativeThemeMac() override;
|
|
|
|
|