| Index: ui/views/controls/combobox/native_combobox_views.h
|
| diff --git a/ui/views/controls/combobox/native_combobox_views.h b/ui/views/controls/combobox/native_combobox_views.h
|
| index 502fb9e85e215b08fe4a1295bbee5e95c05a6f56..145599eca5174ce2037343c3c06c8a3e390adc6c 100644
|
| --- a/ui/views/controls/combobox/native_combobox_views.h
|
| +++ b/ui/views/controls/combobox/native_combobox_views.h
|
| @@ -79,7 +79,7 @@ class NativeComboboxViews : public views::View,
|
| FocusableBorder* text_border_;
|
|
|
| // The disclosure arrow next to the currently selected item from the list.
|
| - const SkBitmap* disclosure_arrow_;
|
| + const gfx::ImageSkia* disclosure_arrow_;
|
|
|
| // Responsible for showing the context menu.
|
| scoped_ptr<MenuRunner> dropdown_list_menu_runner_;
|
|
|