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

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

Issue 2541313002: RenderTextHarfBuzz: Add support for multi line text selection. (Closed)
Patch Set: --- 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
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..860009a50c0e46c5f034bf4ff40f2a0d1cbcbae0 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* text_selection_;
Label* custom_label_;
DISALLOW_COPY_AND_ASSIGN(LabelExample);

Powered by Google App Engine
This is Rietveld 408576698