| 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 458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 469 MixedContentPresent = 609, | 469 MixedContentPresent = 609, |
| 470 MixedContentBlockable = 610, | 470 MixedContentBlockable = 610, |
| 471 MixedContentAudio = 611, | 471 MixedContentAudio = 611, |
| 472 MixedContentDownload = 612, | 472 MixedContentDownload = 612, |
| 473 MixedContentFavicon = 613, | 473 MixedContentFavicon = 613, |
| 474 MixedContentImage = 614, | 474 MixedContentImage = 614, |
| 475 MixedContentInternal = 615, | 475 MixedContentInternal = 615, |
| 476 MixedContentPlugin = 616, | 476 MixedContentPlugin = 616, |
| 477 MixedContentPrefetch = 617, | 477 MixedContentPrefetch = 617, |
| 478 MixedContentVideo = 618, | 478 MixedContentVideo = 618, |
| 479 CSSSelectorPseudoFullScreenAncestor = 628, | |
| 480 CSSSelectorPseudoFullScreen = 629, | 479 CSSSelectorPseudoFullScreen = 629, |
| 481 WebKitCSSMatrix = 630, | 480 WebKitCSSMatrix = 630, |
| 482 AudioContextCreateAnalyser = 631, | 481 AudioContextCreateAnalyser = 631, |
| 483 AudioContextCreateBiquadFilter = 632, | 482 AudioContextCreateBiquadFilter = 632, |
| 484 AudioContextCreateBufferSource = 633, | 483 AudioContextCreateBufferSource = 633, |
| 485 AudioContextCreateChannelMerger = 634, | 484 AudioContextCreateChannelMerger = 634, |
| 486 AudioContextCreateChannelSplitter = 635, | 485 AudioContextCreateChannelSplitter = 635, |
| 487 AudioContextCreateConvolver = 636, | 486 AudioContextCreateConvolver = 636, |
| 488 AudioContextCreateDelay = 637, | 487 AudioContextCreateDelay = 637, |
| 489 AudioContextCreateDynamicsCompressor = 638, | 488 AudioContextCreateDynamicsCompressor = 638, |
| (...skipping 980 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1470 // Tracks what features/properties need to be reported to the legacy | 1469 // Tracks what features/properties need to be reported to the legacy |
| 1471 // histograms. | 1470 // histograms. |
| 1472 BitVector m_featureBits; | 1471 BitVector m_featureBits; |
| 1473 BitVector m_CSSBits; | 1472 BitVector m_CSSBits; |
| 1474 } m_legacyCounter; | 1473 } m_legacyCounter; |
| 1475 }; | 1474 }; |
| 1476 | 1475 |
| 1477 } // namespace blink | 1476 } // namespace blink |
| 1478 | 1477 |
| 1479 #endif // UseCounter_h | 1478 #endif // UseCounter_h |
| OLD | NEW |