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

Unified Diff: Source/core/css/CSSProperty.cpp

Issue 17601010: [CSS Grid Layout] Rename grid placement properties (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 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/css/CSSProperty.cpp
diff --git a/Source/core/css/CSSProperty.cpp b/Source/core/css/CSSProperty.cpp
index d5cca5e84908e2bee8379414618b61c4a1a4cc9b..77d9a7a7e908405a90ee00dffb757c73047c5663 100644
--- a/Source/core/css/CSSProperty.cpp
+++ b/Source/core/css/CSSProperty.cpp
@@ -574,17 +574,17 @@ bool CSSProperty::isInheritedProperty(CSSPropertyID propertyID)
case CSSPropertyWebkitFlexShrink:
case CSSPropertyWebkitFlexWrap:
case CSSPropertyWebkitFontSizeDelta:
- case CSSPropertyGridAfter:
case CSSPropertyGridAutoColumns:
case CSSPropertyGridAutoFlow:
case CSSPropertyGridAutoRows:
- case CSSPropertyGridBefore:
case CSSPropertyGridColumn:
+ case CSSPropertyGridColumnEnd:
+ case CSSPropertyGridColumnStart:
case CSSPropertyGridColumns:
- case CSSPropertyGridEnd:
case CSSPropertyGridRow:
+ case CSSPropertyGridRowEnd:
+ case CSSPropertyGridRowStart:
case CSSPropertyGridRows:
- case CSSPropertyGridStart:
case CSSPropertyGridArea:
Julien - ping for review 2013/06/25 17:14:37 Another nit: We could also sort the grid propertie
case CSSPropertyWebkitJustifyContent:
case CSSPropertyWebkitLineClamp:

Powered by Google App Engine
This is Rietveld 408576698