| 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 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 264 HTMLMediaElementSeekToFragmentStart = 281, | 264 HTMLMediaElementSeekToFragmentStart = 281, |
| 265 HTMLMediaElementPauseAtFragmentEnd = 282, | 265 HTMLMediaElementPauseAtFragmentEnd = 282, |
| 266 PrefixedWindowURL = 283, | 266 PrefixedWindowURL = 283, |
| 267 PrefixedWorkerURL = 284, // This didn't work because of crbug.com/376039
. Available since M37. | 267 PrefixedWorkerURL = 284, // This didn't work because of crbug.com/376039
. Available since M37. |
| 268 WindowOrientation = 285, | 268 WindowOrientation = 285, |
| 269 DOMStringListContains = 286, | 269 DOMStringListContains = 286, |
| 270 DocumentCaptureEvents = 287, | 270 DocumentCaptureEvents = 287, |
| 271 DocumentReleaseEvents = 288, | 271 DocumentReleaseEvents = 288, |
| 272 WindowCaptureEvents = 289, | 272 WindowCaptureEvents = 289, |
| 273 WindowReleaseEvents = 290, | 273 WindowReleaseEvents = 290, |
| 274 PrefixedGamepad = 291, | |
| 275 ElementAnimateKeyframeListEffectObjectTiming = 292, | 274 ElementAnimateKeyframeListEffectObjectTiming = 292, |
| 276 ElementAnimateKeyframeListEffectDoubleTiming = 293, | 275 ElementAnimateKeyframeListEffectDoubleTiming = 293, |
| 277 ElementAnimateKeyframeListEffectNoTiming = 294, | 276 ElementAnimateKeyframeListEffectNoTiming = 294, |
| 278 DocumentXPathCreateExpression = 295, | 277 DocumentXPathCreateExpression = 295, |
| 279 DocumentXPathCreateNSResolver = 296, | 278 DocumentXPathCreateNSResolver = 296, |
| 280 DocumentXPathEvaluate = 297, | 279 DocumentXPathEvaluate = 297, |
| 281 AttrGetValue = 298, | 280 AttrGetValue = 298, |
| 282 AttrSetValue = 299, | 281 AttrSetValue = 299, |
| 283 AnimationConstructorKeyframeListEffectObjectTiming = 300, | 282 AnimationConstructorKeyframeListEffectObjectTiming = 300, |
| 284 AnimationConstructorKeyframeListEffectDoubleTiming = 301, | 283 AnimationConstructorKeyframeListEffectDoubleTiming = 301, |
| (...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 636 | 635 |
| 637 void updateMeasurements(); | 636 void updateMeasurements(); |
| 638 | 637 |
| 639 OwnPtr<BitVector> m_countBits; | 638 OwnPtr<BitVector> m_countBits; |
| 640 BitVector m_CSSFeatureBits; | 639 BitVector m_CSSFeatureBits; |
| 641 }; | 640 }; |
| 642 | 641 |
| 643 } // namespace blink | 642 } // namespace blink |
| 644 | 643 |
| 645 #endif // UseCounter_h | 644 #endif // UseCounter_h |
| OLD | NEW |