| 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 f387ebd100e289f3a9d6c816156675d2af7960cc..723acaaeca6130861b568ac34b10dc211f7229ee 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -483,20 +483,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 };
|
|
|