| Index: third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| diff --git a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| index 4a36abac95099a4cd818c3a92db623139a01246a..3df5a14be2781298b0abfd6c3f3c1020f9a3db22 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -463,8 +463,6 @@ enum EImageRendering {
|
| ImageRenderingPixelated
|
| };
|
|
|
| -enum class EOrder : unsigned { Logical, Visual };
|
| -
|
| enum RubyPosition { RubyPositionBefore, RubyPositionAfter };
|
|
|
| static const size_t GridAutoFlowBits = 4;
|
|
|