| Index: third_party/WebKit/Source/core/frame/UseCounter.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/UseCounter.cpp b/third_party/WebKit/Source/core/frame/UseCounter.cpp
|
| index 15eb00c980c79d02610521b0b8ec5bf8a2a85790..002ce5de41910f4c438448325e8ca3b4ca714476 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.cpp
|
| @@ -219,7 +219,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id)
|
| // CSSPropertyWebkitAspectRatio was 176
|
| case CSSPropertyAliasWebkitBackfaceVisibility: return 177;
|
| case CSSPropertyWebkitBackgroundClip: return 178;
|
| - case CSSPropertyWebkitBackgroundComposite: return 179;
|
| + // case CSSPropertyWebkitBackgroundComposite: return 179;
|
| case CSSPropertyWebkitBackgroundOrigin: return 180;
|
| case CSSPropertyAliasWebkitBackgroundSize: return 181;
|
| case CSSPropertyWebkitBorderAfter: return 182;
|
|
|