| 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 57a6689f7b3b1b5c61f96e982493218bdd35458e..8ceea60a7e010bc56e7790bbe91294589b3772a4 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -489,16 +489,8 @@ enum TextOverflow { TextOverflowClip = 0, TextOverflowEllipsis };
|
|
|
| enum EImageRendering { ImageRenderingAuto, ImageRenderingOptimizeSpeed, ImageRenderingOptimizeQuality, ImageRenderingOptimizeContrast, ImageRenderingPixelated };
|
|
|
| -enum ImageResolutionSource { ImageResolutionSpecified = 0, ImageResolutionFromImage };
|
| -
|
| -enum ImageResolutionSnap { ImageResolutionNoSnap = 0, ImageResolutionSnapPixels };
|
| -
|
| enum Order { LogicalOrder = 0, VisualOrder };
|
|
|
| -enum WrapFlow { WrapFlowAuto, WrapFlowBoth, WrapFlowStart, WrapFlowEnd, WrapFlowMaximum, WrapFlowClear };
|
| -
|
| -enum WrapThrough { WrapThroughWrap, WrapThroughNone };
|
| -
|
| enum RubyPosition { RubyPositionBefore, RubyPositionAfter };
|
|
|
| static const size_t GridAutoFlowBits = 4;
|
|
|