Chromium Code Reviews| Index: Source/core/frame/UseCounter.cpp |
| diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp |
| index 4cd5fe1aa703a2e855b5e00312f9e79938fd5f50..60e16aa0772ff868ebc9e2dd50b382fac54f123c 100644 |
| --- a/Source/core/frame/UseCounter.cpp |
| +++ b/Source/core/frame/UseCounter.cpp |
| @@ -484,7 +484,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id) |
| case CSSPropertyShapeImageThreshold: return 439; |
| case CSSPropertyColumnFill: return 440; |
| case CSSPropertyTextJustify: return 441; |
| - case CSSPropertyTouchActionDelay: return 442; |
| + case CSSPropertyScrollBlocksOn: return 442; |
|
Timothy Loh
2014/11/14 22:06:41
Probably best to have a new return value here, eve
Rick Byers
2014/11/18 03:03:08
Ok, done. scroll-blocks-on is really just a renam
|
| case CSSPropertyJustifySelf: return 443; |
| case CSSPropertyScrollBehavior: return 444; |
| case CSSPropertyWillChange: return 445; |