| Index: third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.cpp b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| index 39005f6f113dcdafee63cb29eda6253930d8d8bb..d33ac1083d50454251a24dc1ff34d7294eae750b 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| @@ -128,8 +128,6 @@ ALWAYS_INLINE ComputedStyle::ComputedStyle()
|
| rare_non_inherited_data_.Access()->multi_col_data_.Init();
|
| rare_non_inherited_data_.Access()->transform_data_.Init();
|
| rare_non_inherited_data_.Access()->will_change_data_.Init();
|
| - rare_non_inherited_data_.Access()->filter_.Init();
|
| - rare_non_inherited_data_.Access()->backdrop_filter_.Init();
|
| rare_non_inherited_data_.Access()->grid_data_.Init();
|
| rare_non_inherited_data_.Access()->grid_item_data_.Init();
|
| rare_non_inherited_data_.Access()->scroll_snap_data_.Init();
|
|
|