| 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 fb6615bcb9bf3e46bbe9df34f18ecd6d97b5d4ef..bdc508b4c2e1dc1690095a94d077f175a671043a 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.cpp
|
| +++ b/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.cpp
|
| @@ -124,7 +124,6 @@ StyleRareNonInheritedData::StyleRareNonInheritedData()
|
| isolation_(ComputedStyle::InitialIsolation()),
|
| contain_(ComputedStyle::InitialContain()),
|
| scroll_behavior_(ComputedStyle::InitialScrollBehavior()),
|
| - scroll_snap_type_(ComputedStyle::InitialScrollSnapType()),
|
| requires_accelerated_compositing_for_external_reasons_(false),
|
| has_inline_transform_(false),
|
| resize_(ComputedStyle::InitialResize()),
|
| @@ -217,7 +216,6 @@ StyleRareNonInheritedData::StyleRareNonInheritedData(
|
| isolation_(o.isolation_),
|
| contain_(o.contain_),
|
| scroll_behavior_(o.scroll_behavior_),
|
| - scroll_snap_type_(o.scroll_snap_type_),
|
| requires_accelerated_compositing_for_external_reasons_(
|
| o.requires_accelerated_compositing_for_external_reasons_),
|
| has_inline_transform_(o.has_inline_transform_),
|
| @@ -291,7 +289,6 @@ bool StyleRareNonInheritedData::operator==(
|
| touch_action_ == o.touch_action_ && object_fit_ == o.object_fit_ &&
|
| isolation_ == o.isolation_ && contain_ == o.contain_ &&
|
| scroll_behavior_ == o.scroll_behavior_ &&
|
| - scroll_snap_type_ == o.scroll_snap_type_ &&
|
| requires_accelerated_compositing_for_external_reasons_ ==
|
| o.requires_accelerated_compositing_for_external_reasons_ &&
|
| has_inline_transform_ == o.has_inline_transform_ &&
|
|
|