Index: ui/gfx/text_constants.h |
diff --git a/ui/gfx/text_constants.h b/ui/gfx/text_constants.h |
index e8678403cdb40cc5618a513a9300865ac57835bc..47c91cf5f1454f26d308b99a82756c1d735d71d0 100644 |
--- a/ui/gfx/text_constants.h |
+++ b/ui/gfx/text_constants.h |
@@ -20,6 +20,7 @@ enum HorizontalAlignment { |
ALIGN_LEFT = 0, // Align the text's left edge with that of its display area. |
ALIGN_CENTER, // Align the text's center with that of its display area. |
ALIGN_RIGHT, // Align the text's right edge with that of its display area. |
+ ALIGN_TO_HEAD, // Align the text to its first strong character's direction. |
}; |
// The directionality modes used to determine the base text direction. |