| Index: ui/views/controls/combobox/combobox.h
|
| diff --git a/ui/views/controls/combobox/combobox.h b/ui/views/controls/combobox/combobox.h
|
| index a0f5b48b161409a2b4668a994727a2f54338ed73..fe726124b80eb808fa30608e98586266070395a7 100644
|
| --- a/ui/views/controls/combobox/combobox.h
|
| +++ b/ui/views/controls/combobox/combobox.h
|
| @@ -123,6 +123,9 @@ class VIEWS_EXPORT Combobox : public PrefixDelegate, public ButtonListener {
|
| // Draws the button images.
|
| void PaintButtons(gfx::Canvas* canvas);
|
|
|
| + // Draws the arrow background, if used by this platform style.
|
| + void PaintArrowBackground(gfx::Canvas* canvas);
|
| +
|
| // Show the drop down list
|
| void ShowDropDownMenu(ui::MenuSourceType source_type);
|
|
|
|
|