| Index: third_party/WebKit/Source/core/style/StyleRareNonInheritedData.cpp
|
| diff --git a/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.cpp b/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.cpp
|
| index 552ec15f096e59c687721f843ed5242c2563e8e4..b6ff1d550466bfce3f0c2e2013e2e570bb7b10e7 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.cpp
|
| +++ b/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.cpp
|
| @@ -78,7 +78,7 @@ StyleRareNonInheritedData::StyleRareNonInheritedData()
|
| perspective_origin_(ComputedStyle::InitialPerspectiveOrigin()),
|
| object_position_(ComputedStyle::InitialObjectPosition()),
|
| line_clamp(ComputedStyle::InitialLineClamp()),
|
| - draggable_region_mode_(kDraggableRegionNone),
|
| + draggable_region_mode_(static_cast<unsigned>(kDraggableRegionNone)),
|
| shape_outside_(ComputedStyle::InitialShapeOutside()),
|
| clip_path_(ComputedStyle::InitialClipPath()),
|
| mask_(kMaskFillLayer, true),
|
|
|