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

Unified Diff: ui/views/controls/label.h

Issue 1015533016: Move allow_character_break property to RenderText. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/controls/label.h
diff --git a/ui/views/controls/label.h b/ui/views/controls/label.h
index 03eade981af0e8d38aeb93c7ee45c1b0ca15bb76..9f3491a31430294382c486f37ece08f86ab725b0 100644
--- a/ui/views/controls/label.h
+++ b/ui/views/controls/label.h
@@ -209,7 +209,6 @@ class VIEWS_EXPORT Label : public View {
bool handles_tooltips_;
// Whether to collapse the label when it's not visible.
bool collapse_when_hidden_;
- bool allow_character_break_;
int max_width_;
// TODO(vadimt): Remove is_first_paint_text_ before crbug.com/431326 is

Powered by Google App Engine
This is Rietveld 408576698