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

Unified Diff: Source/core/page/UseCounter.cpp

Issue 16959008: [CSS Grid Layout] Rename grid-{rows|columns} to grid-definition-{rows|columns} (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added a missing fix for a test in webexposed/ 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/page/UseCounter.cpp
diff --git a/Source/core/page/UseCounter.cpp b/Source/core/page/UseCounter.cpp
index 245e2fc3509ad218015a186d8c5d95bd88d81c9c..374d199c5126a0932f183dbc226d2a20736adcf0 100644
--- a/Source/core/page/UseCounter.cpp
+++ b/Source/core/page/UseCounter.cpp
@@ -294,8 +294,8 @@ static int mapCSSPropertyIdToCSSSampleId(int id)
case CSSPropertyWebkitFlexWrap: return 239;
case CSSPropertyWebkitJustifyContent: return 240;
case CSSPropertyWebkitFontSizeDelta: return 241;
- case CSSPropertyGridColumns: return 242;
- case CSSPropertyGridRows: return 243;
+ case CSSPropertyGridDefinitionColumns: return 242;
+ case CSSPropertyGridDefinitionRows: return 243;
case CSSPropertyGridStart: return 244;
case CSSPropertyGridEnd: return 245;
case CSSPropertyGridBefore: return 246;

Powered by Google App Engine
This is Rietveld 408576698