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

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

Issue 1013543006: [RenderText] Adding vertical alignment options (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed pixel tests on vertical alignment Created 5 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/text_example.h
diff --git a/ui/views/examples/text_example.h b/ui/views/examples/text_example.h
index ad3090f64696f6c1748b29320dec2e08c6b72743..1587267da9eca05126a4acef7c35f66feb0cbb97 100644
--- a/ui/views/examples/text_example.h
+++ b/ui/views/examples/text_example.h
@@ -52,6 +52,9 @@ class VIEWS_EXAMPLES_EXPORT TextExample : public ExampleBase,
// Combo box for horizontal text alignment.
Combobox* h_align_cb_;
+ // Combo box for vertical text alignment.
+ Combobox* v_align_cb_;
+
// Combo box for text eliding style.
Combobox* eliding_cb_;

Powered by Google App Engine
This is Rietveld 408576698