| 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_;
|
|
|
|
|