| 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 1095 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1106 CSSValueAppearanceTextField = 1362, | 1106 CSSValueAppearanceTextField = 1362, |
| 1107 AudioContextCreatePannerAutomated = 1363, | 1107 AudioContextCreatePannerAutomated = 1363, |
| 1108 PannerNodeSetPosition = 1364, | 1108 PannerNodeSetPosition = 1364, |
| 1109 PannerNodeSetOrientation = 1365, | 1109 PannerNodeSetOrientation = 1365, |
| 1110 AudioListenerSetPosition = 1366, | 1110 AudioListenerSetPosition = 1366, |
| 1111 AudioListenerSetOrientation = 1367, | 1111 AudioListenerSetOrientation = 1367, |
| 1112 IntersectionObserver_Constructor = 1368, | 1112 IntersectionObserver_Constructor = 1368, |
| 1113 DurableStoragePersist = 1369, | 1113 DurableStoragePersist = 1369, |
| 1114 DurableStoragePersisted = 1370, | 1114 DurableStoragePersisted = 1370, |
| 1115 DurableStorageEstimate = 1371, | 1115 DurableStorageEstimate = 1371, |
| 1116 UntrustedEventDefaultHandled = 1372, | |
| 1117 CSSDeepCombinatorAndShadow = 1375, | 1116 CSSDeepCombinatorAndShadow = 1375, |
| 1118 OpacityWithPreserve3DQuirk = 1376, | 1117 OpacityWithPreserve3DQuirk = 1376, |
| 1119 CSSSelectorPseudoReadOnly = 1377, | 1118 CSSSelectorPseudoReadOnly = 1377, |
| 1120 CSSSelectorPseudoReadWrite = 1378, | 1119 CSSSelectorPseudoReadWrite = 1378, |
| 1121 // The above items are available in M52 branch | 1120 // The above items are available in M52 branch |
| 1122 | 1121 |
| 1123 TouchStartUserGestureUtilized = 1380, | 1122 TouchStartUserGestureUtilized = 1380, |
| 1124 TouchMoveUserGestureUtilized = 1381, | 1123 TouchMoveUserGestureUtilized = 1381, |
| 1125 TouchEndDuringScrollUserGestureUtilized = 1382, | 1124 TouchEndDuringScrollUserGestureUtilized = 1382, |
| 1126 CSSSelectorPseudoDefined = 1383, | 1125 CSSSelectorPseudoDefined = 1383, |
| (...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1395 private: | 1394 private: |
| 1396 // Tracks what features/properties need to be reported to the legacy his
tograms. | 1395 // Tracks what features/properties need to be reported to the legacy his
tograms. |
| 1397 BitVector m_featureBits; | 1396 BitVector m_featureBits; |
| 1398 BitVector m_CSSBits; | 1397 BitVector m_CSSBits; |
| 1399 } m_legacyCounter; | 1398 } m_legacyCounter; |
| 1400 }; | 1399 }; |
| 1401 | 1400 |
| 1402 } // namespace blink | 1401 } // namespace blink |
| 1403 | 1402 |
| 1404 #endif // UseCounter_h | 1403 #endif // UseCounter_h |
| OLD | NEW |