| 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 e16a15cae13c958ba1e8dfded0206fdd7e433326..606c4c2a5815f5f900f1a3fa3457451e82a354ad 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -295,45 +295,6 @@ enum TextUnderlinePosition {
|
| TextUnderlinePositionUnder
|
| };
|
|
|
| -enum class ECursor : unsigned {
|
| - kAuto,
|
| - kCrosshair,
|
| - kDefault,
|
| - kPointer,
|
| - kMove,
|
| - kVerticalText,
|
| - kCell,
|
| - kContextMenu,
|
| - kAlias,
|
| - kProgress,
|
| - kNoDrop,
|
| - kNotAllowed,
|
| - kZoomIn,
|
| - kZoomOut,
|
| - kEResize,
|
| - kNeResize,
|
| - kNwResize,
|
| - kNResize,
|
| - kSeResize,
|
| - kSwResize,
|
| - kSResize,
|
| - kWResize,
|
| - kEwResize,
|
| - kNsResize,
|
| - kNeswResize,
|
| - kNwseResize,
|
| - kColResize,
|
| - kRowResize,
|
| - kText,
|
| - kWait,
|
| - kHelp,
|
| - kAllScroll,
|
| - kWebkitGrab,
|
| - kWebkitGrabbing,
|
| - kCopy,
|
| - kNone
|
| -};
|
| -
|
| enum class EDisplay : unsigned {
|
| kInline,
|
| kBlock,
|
|
|