Index: Source/core/rendering/style/RenderStyleConstants.h |
diff --git a/Source/core/rendering/style/RenderStyleConstants.h b/Source/core/rendering/style/RenderStyleConstants.h |
index 34456852f4e5d50340d1f862c69d55bdd12463a6..b9c29b35973ddb4ef381d057fdca54904ec4b56d 100644 |
--- a/Source/core/rendering/style/RenderStyleConstants.h |
+++ b/Source/core/rendering/style/RenderStyleConstants.h |
@@ -550,6 +550,7 @@ enum OverflowAlignment { |
static const float maximumAllowedFontSize = 1000000.0f; |
enum TextIndentLine { TextIndentFirstLine, TextIndentEachLine }; |
+enum TextIndentType { TextIndentNormal, TextIndentHanging }; |
enum CSSBoxType { BoxMissing = 0, MarginBox, BorderBox, PaddingBox, ContentBox }; |