| 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 dc90e99c5f6306797074153bc00c54f648a2f395..ae5e07ab75492cd45695103badfe4ee9dfcc8ab3 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -116,7 +116,7 @@ enum EMarginCollapse {
|
|
|
| // Box decoration attributes. Not inherited.
|
|
|
| -enum EBoxDecorationBreak { kBoxDecorationBreakSlice, kBoxDecorationBreakClone };
|
| +enum class EBoxDecorationBreak { kSlice, kClone };
|
|
|
| // Box attributes. Not inherited.
|
|
|
|
|