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 1212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1223 kV8HTMLMediaElement_SrcObject_AttributeSetter = 1603, | 1223 kV8HTMLMediaElement_SrcObject_AttributeSetter = 1603, |
1224 kCreateObjectURLBlob = 1604, | 1224 kCreateObjectURLBlob = 1604, |
1225 kCreateObjectURLMediaSource = 1605, | 1225 kCreateObjectURLMediaSource = 1605, |
1226 kCreateObjectURLMediaStream = 1606, | 1226 kCreateObjectURLMediaStream = 1606, |
1227 kDocumentCreateTouchWindowNull = 1607, | 1227 kDocumentCreateTouchWindowNull = 1607, |
1228 kDocumentCreateTouchWindowWrongType = 1608, | 1228 kDocumentCreateTouchWindowWrongType = 1608, |
1229 kDocumentCreateTouchTargetNull = 1609, | 1229 kDocumentCreateTouchTargetNull = 1609, |
1230 kDocumentCreateTouchTargetWrongType = 1610, | 1230 kDocumentCreateTouchTargetWrongType = 1610, |
1231 kDocumentCreateTouchMoreThanSevenArguments = 1612, | 1231 kDocumentCreateTouchMoreThanSevenArguments = 1612, |
1232 kLongTaskObserver = 1615, | 1232 kLongTaskObserver = 1615, |
1233 kCSSMotionInEffect = 1616, | |
1234 kCSSOffsetInEffect = 1617, | 1233 kCSSOffsetInEffect = 1617, |
1235 // The above items are available in M55 branch | 1234 // The above items are available in M55 branch |
1236 | 1235 |
1237 kVRGetDisplaysInsecureOrigin = 1618, | 1236 kVRGetDisplaysInsecureOrigin = 1618, |
1238 kVRRequestPresent = 1619, | 1237 kVRRequestPresent = 1619, |
1239 kVRRequestPresentInsecureOrigin = 1620, | 1238 kVRRequestPresentInsecureOrigin = 1620, |
1240 kVRDeprecatedFieldOfView = 1621, | 1239 kVRDeprecatedFieldOfView = 1621, |
1241 kVideoInCanvas = 1622, | 1240 kVideoInCanvas = 1622, |
1242 kHiddenAutoplayedVideoInCanvas = 1623, | 1241 kHiddenAutoplayedVideoInCanvas = 1623, |
1243 kOffscreenCanvas = 1624, | 1242 kOffscreenCanvas = 1624, |
(...skipping 446 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1690 // Tracks what features/properties need to be reported to the legacy | 1689 // Tracks what features/properties need to be reported to the legacy |
1691 // histograms. | 1690 // histograms. |
1692 BitVector feature_bits_; | 1691 BitVector feature_bits_; |
1693 BitVector css_bits_; | 1692 BitVector css_bits_; |
1694 } legacy_counter_; | 1693 } legacy_counter_; |
1695 }; | 1694 }; |
1696 | 1695 |
1697 } // namespace blink | 1696 } // namespace blink |
1698 | 1697 |
1699 #endif // UseCounter_h | 1698 #endif // UseCounter_h |
OLD | NEW |