Chromium Code Reviews| 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; |