| 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 d88b7e7d0b8e3007fdfd98db73d6321c97c8fb88..be6ea14c1e787611abfba1059a2341798a9dbd6f 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -171,10 +171,6 @@ enum EFlexDirection {
|
| };
|
| enum EFlexWrap { kFlexNoWrap, kFlexWrap, kFlexWrapReverse };
|
|
|
| -// CSS3 User Modify Properties
|
| -
|
| -enum class EUserModify { kReadOnly, kReadWrite, kReadWritePlaintextOnly };
|
| -
|
| // CSS3 User Drag Values
|
|
|
| enum EUserDrag { DRAG_AUTO, DRAG_NONE, DRAG_ELEMENT };
|
|
|