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

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

Issue 2898613002: Revert of Support finer grained font weights on Mac. (Closed)
Patch Set: Created 3 years, 7 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
« no previous file with comments | « ui/views/examples/example_combobox_model.cc ('k') | ui/views/examples/text_example.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/examples/text_example.h
diff --git a/ui/views/examples/text_example.h b/ui/views/examples/text_example.h
index e26b0439dd36ed46ff3d99ee06b3eabc48d6d8df..b7b88f11d72049ff6e0b1f7409d5203a4fd54b13 100644
--- a/ui/views/examples/text_example.h
+++ b/ui/views/examples/text_example.h
@@ -38,7 +38,7 @@
// Creates and adds a combobox to the layout.
Combobox* AddCombobox(GridLayout* layout,
const char* name,
- const char* const* strings,
+ const char** strings,
int count);
// ButtonListener:
@@ -63,14 +63,14 @@
// Combo box to choose one of the sample texts.
Combobox* text_cb_;
- // Combo box to choose a font weight.
- Combobox* weight_cb_;
-
// Check box to enable/disable multiline text drawing.
Checkbox* multiline_checkbox_;
// Check box to enable/disable character break behavior.
Checkbox* break_checkbox_;
+
+ // Check box to enable/disable bold style.
+ Checkbox* bold_checkbox_;
// Check box to enable/disable italic style.
Checkbox* italic_checkbox_;
« no previous file with comments | « ui/views/examples/example_combobox_model.cc ('k') | ui/views/examples/text_example.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698