| 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 344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 355 CSSSelectorPseudoShadow = 467, | 355 CSSSelectorPseudoShadow = 467, |
| 356 CSSSelectorPseudoContent = 468, | 356 CSSSelectorPseudoContent = 468, |
| 357 CSSSelectorPseudoHost = 469, | 357 CSSSelectorPseudoHost = 469, |
| 358 CSSSelectorPseudoHostContext = 470, | 358 CSSSelectorPseudoHostContext = 470, |
| 359 CSSDeepCombinator = 471, | 359 CSSDeepCombinator = 471, |
| 360 // The above items are available in M37 branch. | 360 // The above items are available in M37 branch. |
| 361 | 361 |
| 362 UseAsm = 473, | 362 UseAsm = 473, |
| 363 DOMWindowOpen = 475, | 363 DOMWindowOpen = 475, |
| 364 DOMWindowOpenFeatures = 476, | 364 DOMWindowOpenFeatures = 476, |
| 365 MediaStreamTrackGetSources = 478, | |
| 366 AspectRatioFlexItem = 479, | 365 AspectRatioFlexItem = 479, |
| 367 DetailsElement = 480, | 366 DetailsElement = 480, |
| 368 DialogElement = 481, | 367 DialogElement = 481, |
| 369 MapElement = 482, | 368 MapElement = 482, |
| 370 MeterElement = 483, | 369 MeterElement = 483, |
| 371 ProgressElement = 484, | 370 ProgressElement = 484, |
| 372 PrefixedHTMLElementDropzone = 490, | 371 PrefixedHTMLElementDropzone = 490, |
| 373 WheelEventWheelDeltaX = 491, | 372 WheelEventWheelDeltaX = 491, |
| 374 WheelEventWheelDeltaY = 492, | 373 WheelEventWheelDeltaY = 492, |
| 375 WheelEventWheelDelta = 493, | 374 WheelEventWheelDelta = 493, |
| (...skipping 1091 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1467 // Tracks what features/properties need to be reported to the legacy | 1466 // Tracks what features/properties need to be reported to the legacy |
| 1468 // histograms. | 1467 // histograms. |
| 1469 BitVector m_featureBits; | 1468 BitVector m_featureBits; |
| 1470 BitVector m_CSSBits; | 1469 BitVector m_CSSBits; |
| 1471 } m_legacyCounter; | 1470 } m_legacyCounter; |
| 1472 }; | 1471 }; |
| 1473 | 1472 |
| 1474 } // namespace blink | 1473 } // namespace blink |
| 1475 | 1474 |
| 1476 #endif // UseCounter_h | 1475 #endif // UseCounter_h |
| OLD | NEW |