Commit 63897626 authored by rob.buis@samsung.com's avatar rob.buis@samsung.com

Remove some CSS properties from UseCounters

All of these measure stable features except CSSPropertyWebkitCursorVisibility which
is actually removed.

Review URL: https://codereview.chromium.org/558473002

git-svn-id: svn://svn.chromium.org/blink/trunk@181680 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 0de40b8a
...@@ -269,12 +269,8 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id) ...@@ -269,12 +269,8 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id)
case CSSPropertyWebkitColumnSpan: return 225; case CSSPropertyWebkitColumnSpan: return 225;
case CSSPropertyWebkitColumnWidth: return 226; case CSSPropertyWebkitColumnWidth: return 226;
case CSSPropertyWebkitColumns: return 227; case CSSPropertyWebkitColumns: return 227;
#if defined(ENABLE_CSS_BOX_DECORATION_BREAK) && ENABLE_CSS_BOX_DECORATION_BREAK // case CSSPropertyWebkitBoxDecorationBreak: return 228;
case CSSPropertyWebkitBoxDecorationBreak: return 228; // case CSSPropertyWebkitFilter: return 229;
#endif
#if defined(ENABLE_CSS_FILTERS) && ENABLE_CSS_FILTERS
case CSSPropertyWebkitFilter: return 229;
#endif
case CSSPropertyAlignContent: return 230; case CSSPropertyAlignContent: return 230;
case CSSPropertyAlignItems: return 231; case CSSPropertyAlignItems: return 231;
case CSSPropertyAlignSelf: return 232; case CSSPropertyAlignSelf: return 232;
...@@ -390,12 +386,8 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id) ...@@ -390,12 +386,8 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id)
// case CSSPropertyWebkitWrapFlow: return 350; // case CSSPropertyWebkitWrapFlow: return 350;
// case CSSPropertyWebkitWrapThrough: return 351; // case CSSPropertyWebkitWrapThrough: return 351;
// CSSPropertyWebkitWrap was 352. // CSSPropertyWebkitWrap was 352.
#if defined(ENABLE_TOUCH_EVENTS) && ENABLE_TOUCH_EVENTS // case CSSPropertyWebkitTapHighlightColor: return 353;
case CSSPropertyWebkitTapHighlightColor: return 353; // case CSSPropertyWebkitAppRegion: return 354;
#endif
#if defined(ENABLE_DRAGGABLE_REGION) && ENABLE_DRAGGABLE_REGION
case CSSPropertyWebkitAppRegion: return 354;
#endif
case CSSPropertyClipPath: return 355; case CSSPropertyClipPath: return 355;
case CSSPropertyClipRule: return 356; case CSSPropertyClipRule: return 356;
case CSSPropertyMask: return 357; case CSSPropertyMask: return 357;
...@@ -437,9 +429,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id) ...@@ -437,9 +429,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id)
case CSSPropertyVectorEffect: return 393; case CSSPropertyVectorEffect: return 393;
case CSSPropertyWritingMode: return 394; case CSSPropertyWritingMode: return 394;
// CSSPropertyWebkitSvgShadow has been removed, was return 395; // CSSPropertyWebkitSvgShadow has been removed, was return 395;
#if defined(ENABLE_CURSOR_VISIBILITY) && ENABLE_CURSOR_VISIBILITY // CSSPropertyWebkitCursorVisibility has been removed, was return 396;
case CSSPropertyWebkitCursorVisibility: return 396;
#endif
// CSSPropertyImageOrientation has been removed, was return 397; // CSSPropertyImageOrientation has been removed, was return 397;
// CSSPropertyImageResolution has been removed, was return 398; // CSSPropertyImageResolution has been removed, was return 398;
#if defined(ENABLE_CSS_COMPOSITING) && ENABLE_CSS_COMPOSITING #if defined(ENABLE_CSS_COMPOSITING) && ENABLE_CSS_COMPOSITING
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment