| Index: ui/native_theme/native_theme.h
|
| diff --git a/ui/native_theme/native_theme.h b/ui/native_theme/native_theme.h
|
| index 917ed956c281299615ed69164cb3e56ae782ac2f..f4e507a3478e2e51879f668f0923c1457e808300 100644
|
| --- a/ui/native_theme/native_theme.h
|
| +++ b/ui/native_theme/native_theme.h
|
| @@ -221,6 +221,8 @@ class NATIVE_THEME_EXPORT NativeTheme {
|
| State state,
|
| const ExtraParams& extra) const = 0;
|
|
|
| + virtual bool HasScrollbarButtons() const;
|
| +
|
| // Paint the part to the canvas.
|
| virtual void Paint(SkCanvas* canvas,
|
| Part part,
|
|
|