| 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 75bb0ccfb48c5c5be053575525fcab0c7b35815c..1438b88a96a32023bf62a8744ae9fc24ab410d59 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -496,7 +496,7 @@ enum class EDisplay : unsigned {
|
|
|
| enum EInsideLink { NotInsideLink, InsideUnvisitedLink, InsideVisitedLink };
|
|
|
| -enum EPointerEvents {
|
| +enum class EPointerEvents : unsigned {
|
| PE_NONE,
|
| PE_AUTO,
|
| PE_STROKE,
|
|
|