| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 2012 Google, Inc. All rights reserved. | 2 * Copyright (C) 2012 Google, Inc. All rights reserved. |
| 3 * | 3 * |
| 4 * Redistribution and use in source and binary forms, with or without | 4 * Redistribution and use in source and binary forms, with or without |
| 5 * modification, are permitted provided that the following conditions | 5 * modification, are permitted provided that the following conditions |
| 6 * are met: | 6 * are met: |
| 7 * 1. Redistributions of source code must retain the above copyright | 7 * 1. Redistributions of source code must retain the above copyright |
| 8 * notice, this list of conditions and the following disclaimer. | 8 * notice, this list of conditions and the following disclaimer. |
| 9 * 2. Redistributions in binary form must reproduce the above copyright | 9 * 2. Redistributions in binary form must reproduce the above copyright |
| 10 * notice, this list of conditions and the following disclaimer in the | 10 * notice, this list of conditions and the following disclaimer in the |
| (...skipping 1082 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1093 IntersectionObserver_Constructor = 1368, | 1093 IntersectionObserver_Constructor = 1368, |
| 1094 DurableStoragePersist = 1369, | 1094 DurableStoragePersist = 1369, |
| 1095 DurableStoragePersisted = 1370, | 1095 DurableStoragePersisted = 1370, |
| 1096 DurableStorageEstimate = 1371, | 1096 DurableStorageEstimate = 1371, |
| 1097 CSSDeepCombinatorAndShadow = 1375, | 1097 CSSDeepCombinatorAndShadow = 1375, |
| 1098 OpacityWithPreserve3DQuirk = 1376, | 1098 OpacityWithPreserve3DQuirk = 1376, |
| 1099 CSSSelectorPseudoReadOnly = 1377, | 1099 CSSSelectorPseudoReadOnly = 1377, |
| 1100 CSSSelectorPseudoReadWrite = 1378, | 1100 CSSSelectorPseudoReadWrite = 1378, |
| 1101 // The above items are available in M52 branch | 1101 // The above items are available in M52 branch |
| 1102 | 1102 |
| 1103 TouchStartUserGestureUtilized = 1380, | |
| 1104 TouchMoveUserGestureUtilized = 1381, | |
| 1105 TouchEndDuringScrollUserGestureUtilized = 1382, | |
| 1106 CSSSelectorPseudoDefined = 1383, | 1103 CSSSelectorPseudoDefined = 1383, |
| 1107 RTCPeerConnectionAddIceCandidatePromise = 1384, | 1104 RTCPeerConnectionAddIceCandidatePromise = 1384, |
| 1108 RTCPeerConnectionAddIceCandidateLegacy = 1385, | 1105 RTCPeerConnectionAddIceCandidateLegacy = 1385, |
| 1109 RTCIceCandidateDefaultSdpMLineIndex = 1386, | 1106 RTCIceCandidateDefaultSdpMLineIndex = 1386, |
| 1110 MediaStreamConstraintsOldAndNew = 1389, | 1107 MediaStreamConstraintsOldAndNew = 1389, |
| 1111 V8ArrayProtectorDirtied = 1390, | 1108 V8ArrayProtectorDirtied = 1390, |
| 1112 V8ArraySpeciesModified = 1391, | 1109 V8ArraySpeciesModified = 1391, |
| 1113 V8ArrayPrototypeConstructorModified = 1392, | 1110 V8ArrayPrototypeConstructorModified = 1392, |
| 1114 V8ArrayInstanceProtoModified = 1393, | 1111 V8ArrayInstanceProtoModified = 1393, |
| 1115 V8ArrayInstanceConstructorModified = 1394, | 1112 V8ArrayInstanceConstructorModified = 1394, |
| (...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1469 // Tracks what features/properties need to be reported to the legacy | 1466 // Tracks what features/properties need to be reported to the legacy |
| 1470 // histograms. | 1467 // histograms. |
| 1471 BitVector m_featureBits; | 1468 BitVector m_featureBits; |
| 1472 BitVector m_CSSBits; | 1469 BitVector m_CSSBits; |
| 1473 } m_legacyCounter; | 1470 } m_legacyCounter; |
| 1474 }; | 1471 }; |
| 1475 | 1472 |
| 1476 } // namespace blink | 1473 } // namespace blink |
| 1477 | 1474 |
| 1478 #endif // UseCounter_h | 1475 #endif // UseCounter_h |
| OLD | NEW |