| 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 45d0e6b5208e9331e95c5794568977effd9e1e1d..9911c3d8c23de553e88b0cf0bd8cd9c17efda1e2 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -482,20 +482,6 @@ enum class EDisplay : unsigned {
|
|
|
| enum EInsideLink { NotInsideLink, InsideUnvisitedLink, InsideVisitedLink };
|
|
|
| -enum class EPointerEvents : unsigned {
|
| - None,
|
| - Auto,
|
| - Stroke,
|
| - Fill,
|
| - Painted,
|
| - Visible,
|
| - VisibleStroke,
|
| - VisibleFill,
|
| - VisiblePainted,
|
| - BoundingBox,
|
| - All
|
| -};
|
| -
|
| enum ETransformStyle3D { TransformStyle3DFlat, TransformStyle3DPreserve3D };
|
|
|
| enum OffsetRotationType { OffsetRotationAuto, OffsetRotationFixed };
|
|
|