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

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

Issue 17601010: [CSS Grid Layout] Rename grid placement properties (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: missing webposed/ changes 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
« no previous file with comments | « Source/core/page/RuntimeCSSEnabled.cpp ('k') | Source/core/rendering/RenderGrid.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/UseCounter.cpp
diff --git a/Source/core/page/UseCounter.cpp b/Source/core/page/UseCounter.cpp
index c1ba62379a6020ed95e1587f92cdf446e43e141a..60011821cb921f55c06d4f14292bf144f2d32897 100644
--- a/Source/core/page/UseCounter.cpp
+++ b/Source/core/page/UseCounter.cpp
@@ -1,3 +1,4 @@
+
/*
* Copyright (C) 2012 Google, Inc. All rights reserved.
*
@@ -296,10 +297,10 @@ static int mapCSSPropertyIdToCSSSampleId(int id)
case CSSPropertyWebkitFontSizeDelta: return 241;
case CSSPropertyGridDefinitionColumns: return 242;
case CSSPropertyGridDefinitionRows: return 243;
- case CSSPropertyGridStart: return 244;
- case CSSPropertyGridEnd: return 245;
- case CSSPropertyGridBefore: return 246;
- case CSSPropertyGridAfter: return 247;
+ case CSSPropertyGridColumnStart: return 244;
+ case CSSPropertyGridColumnEnd: return 245;
+ case CSSPropertyGridRowStart: return 246;
+ case CSSPropertyGridRowEnd: return 247;
case CSSPropertyGridColumn: return 248;
case CSSPropertyGridRow: return 249;
case CSSPropertyGridAutoFlow: return 250;
« no previous file with comments | « Source/core/page/RuntimeCSSEnabled.cpp ('k') | Source/core/rendering/RenderGrid.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698