| Index: ui/native_theme/native_theme_aura.h
|
| diff --git a/ui/native_theme/native_theme_aura.h b/ui/native_theme/native_theme_aura.h
|
| index 85ce5bc708dbdfc1c4ad38697cca6aec0453a206..42898310385498f505f71d7d5917f59f6824488e 100644
|
| --- a/ui/native_theme/native_theme_aura.h
|
| +++ b/ui/native_theme/native_theme_aura.h
|
| @@ -15,6 +15,8 @@ class NATIVE_THEME_EXPORT NativeThemeAura : public NativeThemeBase {
|
| public:
|
| static NativeThemeAura* instance();
|
|
|
| + bool HasScrollbarButtons() const override;
|
| +
|
| protected:
|
| NativeThemeAura();
|
| ~NativeThemeAura() override;
|
|
|