| Index: third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
|
| diff --git a/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h b/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
|
| index ec02d66b0da12975cd0e8a7912f1394323a3284b..e01a61b61037ef4470306a5b87ff585c2bacba36 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
|
| @@ -116,7 +116,7 @@ class CORE_EXPORT StyleRareNonInheritedData
|
| LengthPoint object_position_;
|
|
|
| LineClampValue line_clamp; // An Apple extension.
|
| - DraggableRegionMode draggable_region_mode_;
|
| + unsigned draggable_region_mode_ : 2; // DraggableRegionMode
|
|
|
| DataRef<StyleDeprecatedFlexibleBoxData>
|
| deprecated_flexible_box_; // Flexible box properties
|
|
|