| 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..6bf43f4df54651e85769981caced84b5ed77af9c 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -140,7 +140,7 @@ enum EBoxDecorationBreak { BoxDecorationBreakSlice, BoxDecorationBreakClone };
|
|
|
| // Box attributes. Not inherited.
|
|
|
| -enum EBoxSizing { BoxSizingContentBox, BoxSizingBorderBox };
|
| +enum class EBoxSizing : unsigned { kContentBox, kBorderBox };
|
|
|
| // Random visual rendering model attributes. Not inherited.
|
|
|
|
|