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

Unified Diff: Source/core/rendering/style/StyleGridData.h

Issue 333563003: [CSS Grid Layout] Update grid-auto-flow to the new syntax (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: New version Created 6 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
Index: Source/core/rendering/style/StyleGridData.h
diff --git a/Source/core/rendering/style/StyleGridData.h b/Source/core/rendering/style/StyleGridData.h
index da14eaa29898aac504a2f22444d42e186dfa6c08..cfb473b99548d6f63dbfe6ae052e352e4c07e10e 100644
--- a/Source/core/rendering/style/StyleGridData.h
+++ b/Source/core/rendering/style/StyleGridData.h
@@ -65,7 +65,7 @@ public:
OrderedNamedGridLines m_orderedNamedGridColumnLines;
OrderedNamedGridLines m_orderedNamedGridRowLines;
- GridAutoFlow m_gridAutoFlow;
+ GridAutoFlow m_gridAutoFlow : GridAutoFlowBits;
GridTrackSize m_gridAutoRows;
GridTrackSize m_gridAutoColumns;

Powered by Google App Engine
This is Rietveld 408576698