| Index: ui/gfx/text_constants.h
|
| diff --git a/ui/gfx/text_constants.h b/ui/gfx/text_constants.h
|
| index cafeab4669b7862c1dc2eb90ec53580c66c63e8d..4ac788e6109ec61ab09826065b5415bad1d455cf 100644
|
| --- a/ui/gfx/text_constants.h
|
| +++ b/ui/gfx/text_constants.h
|
| @@ -28,16 +28,6 @@ enum HorizontalAlignment {
|
| ALIGN_RIGHT,
|
| };
|
|
|
| -// Vertical text alignment modes.
|
| -enum VerticalAlignment {
|
| - // Align the text's top edge with that of its display area.
|
| - ALIGN_TOP = 0,
|
| - // Align the text's center with that of its display area.
|
| - ALIGN_VCENTER,
|
| - // Align the text's bottom edge with that of its display area.
|
| - ALIGN_BOTTOM,
|
| -};
|
| -
|
| // The directionality modes used to determine the base text direction.
|
| enum DirectionalityMode {
|
| // Use the first strong character's direction.
|
|
|