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

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

Issue 2541313002: RenderTextHarfBuzz: Add support for multi line text selection. (Closed)
Patch Set: Fix test. Created 4 years 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/controls/textfield/textfield_unittest.cc ('k') | ui/views/examples/label_example.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/examples/label_example.h
diff --git a/ui/views/examples/label_example.h b/ui/views/examples/label_example.h
index 80b0d9f8b570889cf546c1929b5dbccb546695e5..87e8e2f44a53347a09dfc695d239b0dbfbee049b 100644
--- a/ui/views/examples/label_example.h
+++ b/ui/views/examples/label_example.h
@@ -58,6 +58,7 @@ class VIEWS_EXAMPLES_EXPORT LabelExample : public ExampleBase,
std::vector<std::unique_ptr<ExampleComboboxModel>> example_combobox_models_;
Checkbox* multiline_;
Checkbox* shadows_;
+ Checkbox* selectable_;
Label* custom_label_;
DISALLOW_COPY_AND_ASSIGN(LabelExample);
« no previous file with comments | « ui/views/controls/textfield/textfield_unittest.cc ('k') | ui/views/examples/label_example.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698