| 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 6fe3f61d1c47405df19cfb0d264944203507b706..1f3e0c0a528d986d43c1ac6f55bf05a6ab8fc8c2 100644
|
| --- a/ui/native_theme/native_theme_mac.h
|
| +++ b/ui/native_theme/native_theme_mac.h
|
| @@ -29,6 +29,14 @@ class NATIVE_THEME_EXPORT NativeThemeMac : public NativeThemeBase {
|
| State state,
|
| const gfx::Rect& rect,
|
| const MenuItemExtraParams& menu_item) const override;
|
| + void PaintComboboxArrowBackground(
|
| + SkCanvas* canvas,
|
| + State state,
|
| + const gfx::Rect& rect) const override;
|
| +
|
| + skia::RefPtr<SkShader> GetButtonBackgroundShader(
|
| + State state,
|
| + int height) const;
|
|
|
| private:
|
| NativeThemeMac();
|
|
|