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

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: use Background instead of a separate Part 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..9388920dcef482dc696ec1ceae63b2711f09700d 100644
--- a/ui/views/controls/combobox/combobox.h
+++ b/ui/views/controls/combobox/combobox.h
@@ -106,6 +106,8 @@ class VIEWS_EXPORT Combobox : public PrefixDelegate, public ButtonListener {
// Overriden from ButtonListener:
void ButtonPressed(Button* sender, const ui::Event& event) override;
+ int GetArrowButtonWidth() const;
tapted 2016/03/22 23:04:32 nit: move up before overrides also comment - some
Elly Fong-Jones 2016/03/23 18:07:44 Done.
+
private:
friend class test::ComboboxTestApi;

Powered by Google App Engine
This is Rietveld 408576698