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

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

Issue 1919813002: Implementation of CSS3 nav-up/down/left/right properties from CSS3 UI Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
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 9e0fa545ec1bec49b313ed9f9cb18d4e5505d42c..714e8b5f8dbce1ed4821a04455036ca04998adb3 100644
--- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
+++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
@@ -136,6 +136,7 @@ ALWAYS_INLINE ComputedStyle::ComputedStyle(InitialStyleTag)
rareNonInheritedData.access()->m_grid.init();
rareNonInheritedData.access()->m_gridItem.init();
rareNonInheritedData.access()->m_scrollSnap.init();
+ rareNonInheritedData.access()->m_navigation.init();
rareInheritedData.init();
inherited.init();
m_svgStyle.init();

Powered by Google App Engine
This is Rietveld 408576698