| Index: ui/native_theme/native_theme.cc
|
| diff --git a/ui/native_theme/native_theme.cc b/ui/native_theme/native_theme.cc
|
| index e4911c97d01e7d68167409c9b96041240293faf7..89257fa0e18ad00d91ee9cebe11f21e0314706a1 100644
|
| --- a/ui/native_theme/native_theme.cc
|
| +++ b/ui/native_theme/native_theme.cc
|
| @@ -18,6 +18,10 @@ NativeTheme::ExtraParams::ExtraParams(const ExtraParams& other) {
|
| memcpy(this, &other, sizeof(*this));
|
| }
|
|
|
| +bool NativeTheme::HasScrollbarButtons() const {
|
| + return true;
|
| +}
|
| +
|
| void NativeTheme::SetScrollbarColors(unsigned inactive_color,
|
| unsigned active_color,
|
| unsigned track_color) {
|
|
|