Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(833)

Unified Diff: ui/views/controls/combobox/combobox.h

Issue 1819443002: MacViews: draw combobox arrow backgrounds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698