Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(608)

Unified Diff: third_party/WebKit/Source/core/style/ComputedStyle.cpp

Issue 2935893002: Change DataPersistent constructor to allow one line initialisation. (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/style/DataPersistent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/style/DataPersistent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698