| Index: Source/core/rendering/style/RenderStyleConstants.h
|
| diff --git a/Source/core/rendering/style/RenderStyleConstants.h b/Source/core/rendering/style/RenderStyleConstants.h
|
| index 77fce7d62413ac3b2ff3d7997e6d2f979328f7e2..12ccbb6fd08d0134e61bedcc76b935c26bd4fbfa 100644
|
| --- a/Source/core/rendering/style/RenderStyleConstants.h
|
| +++ b/Source/core/rendering/style/RenderStyleConstants.h
|
| @@ -465,8 +465,6 @@ enum EBackfaceVisibility {
|
| BackfaceVisibilityVisible, BackfaceVisibilityHidden
|
| };
|
|
|
| -enum ELineClampType { LineClampLineCount, LineClampPercentage };
|
| -
|
| enum Hyphens { HyphensNone, HyphensManual, HyphensAuto };
|
|
|
| enum ESpeak { SpeakNone, SpeakNormal, SpeakSpellOut, SpeakDigits, SpeakLiteralPunctuation, SpeakNoPunctuation };
|
|
|