| 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 3df5a14be2781298b0abfd6c3f3c1020f9a3db22..c9f8b423d65a3f014c42dc9ebb438c096aefca00 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -405,7 +405,11 @@ enum class EDisplay : unsigned {
|
| None
|
| };
|
|
|
| -enum EInsideLink { NotInsideLink, InsideUnvisitedLink, InsideVisitedLink };
|
| +enum class EInsideLink : unsigned {
|
| + kNotInsideLink,
|
| + kInsideUnvisitedLink,
|
| + kInsideVisitedLink
|
| +};
|
|
|
| enum ETransformStyle3D { TransformStyle3DFlat, TransformStyle3DPreserve3D };
|
|
|
|
|