Chromium Code Reviews| 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 1257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1268 MetaSetCookie = 1547, | 1268 MetaSetCookie = 1547, |
| 1269 MetaRefresh = 1548, | 1269 MetaRefresh = 1548, |
| 1270 MetaSetCookieWhenCSPBlocksInlineScript = 1549, | 1270 MetaSetCookieWhenCSPBlocksInlineScript = 1549, |
| 1271 MetaRefreshWhenCSPBlocksInlineScript = 1550, | 1271 MetaRefreshWhenCSPBlocksInlineScript = 1550, |
| 1272 MiddleClickAutoscrollStart = 1551, | 1272 MiddleClickAutoscrollStart = 1551, |
| 1273 ClipCssOfFixedPositionElement = 1552, | 1273 ClipCssOfFixedPositionElement = 1552, |
| 1274 RTCPeerConnectionCreateOfferOptionsOfferToReceive = 1553, | 1274 RTCPeerConnectionCreateOfferOptionsOfferToReceive = 1553, |
| 1275 DragAndDropScrollStart = 1554, | 1275 DragAndDropScrollStart = 1554, |
| 1276 PresentationConnectionListConnectionAvailableEventListener = 1555, | 1276 PresentationConnectionListConnectionAvailableEventListener = 1555, |
| 1277 WebAudioAutoplayCrossOriginIframe = 1556, | 1277 WebAudioAutoplayCrossOriginIframe = 1556, |
| 1278 ScriptInvalidTypeOrLanguage = 1557, | |
|
Yoav Weiss
2016/11/10 14:21:16
Should we continue to count this, just in case?
| |
| 1279 VRGetDisplays = 1558, | 1278 VRGetDisplays = 1558, |
| 1280 VRPresent = 1559, | 1279 VRPresent = 1559, |
| 1281 VRDeprecatedGetPose = 1560, | 1280 VRDeprecatedGetPose = 1560, |
| 1282 WebAudioAnalyserNode = 1561, | 1281 WebAudioAnalyserNode = 1561, |
| 1283 WebAudioAudioBuffer = 1562, | 1282 WebAudioAudioBuffer = 1562, |
| 1284 WebAudioAudioBufferSourceNode = 1563, | 1283 WebAudioAudioBufferSourceNode = 1563, |
| 1285 WebAudioBiquadFilterNode = 1564, | 1284 WebAudioBiquadFilterNode = 1564, |
| 1286 WebAudioChannelMergerNode = 1565, | 1285 WebAudioChannelMergerNode = 1565, |
| 1287 WebAudioChannelSplitterNode = 1566, | 1286 WebAudioChannelSplitterNode = 1566, |
| 1288 WebAudioConvolverNode = 1567, | 1287 WebAudioConvolverNode = 1567, |
| (...skipping 181 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 |