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

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

Issue 201573009: Remove -webkit-column-progression and -webkit-column-axis properties. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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/frame/UseCounter.cpp
diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp
index 4b25f6d9d5ff05dd05f2230bdeccfb119412fa51..eeda142e28fb6b014ffa5e8755bd2a778c6f667d 100644
--- a/Source/core/frame/UseCounter.cpp
+++ b/Source/core/frame/UseCounter.cpp
@@ -264,13 +264,13 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id)
case CSSPropertyWebkitBoxPack: return 210;
case CSSPropertyWebkitBoxReflect: return 211;
case CSSPropertyWebkitBoxShadow: return 212;
- case CSSPropertyWebkitColumnAxis: return 214;
+// case CSSPropertyWebkitColumnAxis: return 214;
Julien - ping for review 2014/03/25 18:52:53 A) We should align the comment with the case state
mstensho (USE GERRIT) 2014/03/26 09:03:23 A&B: Disagrees with how emacs indents by default,
case CSSPropertyWebkitColumnBreakAfter: return 215;
case CSSPropertyWebkitColumnBreakBefore: return 216;
case CSSPropertyWebkitColumnBreakInside: return 217;
case CSSPropertyWebkitColumnCount: return 218;
case CSSPropertyWebkitColumnGap: return 219;
- case CSSPropertyWebkitColumnProgression: return 220;
+// case CSSPropertyWebkitColumnProgression: return 220;
Julien - ping for review 2014/03/25 18:52:53 Ditto.
mstensho (USE GERRIT) 2014/03/26 09:03:23 Done.
case CSSPropertyWebkitColumnRule: return 221;
case CSSPropertyWebkitColumnRuleColor: return 222;
case CSSPropertyWebkitColumnRuleStyle: return 223;

Powered by Google App Engine
This is Rietveld 408576698