| 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 2b7ae27ac5d044dfe19b1532aa6d9d88c21cc547..4e1b4a974f3e2947b2b5a64373fb0735df498f8e 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -201,7 +201,7 @@ enum EUserDrag { DRAG_AUTO, DRAG_NONE, DRAG_ELEMENT };
|
|
|
| // CSS3 User Select Values
|
|
|
| -enum EUserSelect { SELECT_NONE, SELECT_TEXT, SELECT_ALL };
|
| +enum class EUserSelect { kNone, kText, kAll };
|
|
|
| // CSS3 Image Values
|
| enum ObjectFit {
|
|
|