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

Unified Diff: ui/views/examples/combobox_example.h

Issue 1819443002: MacViews: draw combobox arrow backgrounds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix linux build 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/examples/combobox_example.h
diff --git a/ui/views/examples/combobox_example.h b/ui/views/examples/combobox_example.h
index 6a60524577274864a3f6ea81b571cd0a06324138..a2448b2fc50bdc9ce42e18a75b3ac7ba5a783b64 100644
--- a/ui/views/examples/combobox_example.h
+++ b/ui/views/examples/combobox_example.h
@@ -42,6 +42,7 @@ class VIEWS_EXAMPLES_EXPORT ComboboxExample : public ExampleBase,
ComboboxModelExample combobox_model_;
Combobox* combobox_ = nullptr;
+ Combobox* disabled_combobox_ = nullptr;
Combobox* action_combobox_ = nullptr;
DISALLOW_COPY_AND_ASSIGN(ComboboxExample);

Powered by Google App Engine
This is Rietveld 408576698