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 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
274 HTMLMediaElementControllerNotNull = 259, | 274 HTMLMediaElementControllerNotNull = 259, |
275 DeprecatedWebKitGradient = 260, | 275 DeprecatedWebKitGradient = 260, |
276 DeprecatedWebKitLinearGradient = 261, | 276 DeprecatedWebKitLinearGradient = 261, |
277 DeprecatedWebKitRepeatingLinearGradient = 262, | 277 DeprecatedWebKitRepeatingLinearGradient = 262, |
278 DeprecatedWebKitRadialGradient = 263, | 278 DeprecatedWebKitRadialGradient = 263, |
279 DeprecatedWebKitRepeatingRadialGradient = 264, | 279 DeprecatedWebKitRepeatingRadialGradient = 264, |
280 PrefixedGetImageDataHD = 265, | 280 PrefixedGetImageDataHD = 265, |
281 PrefixedPutImageDataHD = 266, | 281 PrefixedPutImageDataHD = 266, |
282 PrefixedImageSmoothingEnabled = 267, | 282 PrefixedImageSmoothingEnabled = 267, |
283 UnprefixedImageSmoothingEnabled = 268, | 283 UnprefixedImageSmoothingEnabled = 268, |
284 ShadowRootApplyAuthorStyles = 269, | |
285 PromiseConstructor = 270, | 284 PromiseConstructor = 270, |
286 PromiseCast = 271, | 285 PromiseCast = 271, |
287 PromiseReject = 272, | 286 PromiseReject = 272, |
288 PromiseResolve = 273, | 287 PromiseResolve = 273, |
289 // The above items are available in M34 branch. | 288 // The above items are available in M34 branch. |
290 | 289 |
291 TextAutosizing = 274, | 290 TextAutosizing = 274, |
292 TextAutosizingLayout = 275, | 291 TextAutosizingLayout = 275, |
293 HTMLAnchorElementPingAttribute = 276, | 292 HTMLAnchorElementPingAttribute = 276, |
294 JavascriptExhaustedMemory = 277, | 293 JavascriptExhaustedMemory = 277, |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
387 | 386 |
388 void updateMeasurements(); | 387 void updateMeasurements(); |
389 | 388 |
390 OwnPtr<BitVector> m_countBits; | 389 OwnPtr<BitVector> m_countBits; |
391 BitVector m_CSSFeatureBits; | 390 BitVector m_CSSFeatureBits; |
392 }; | 391 }; |
393 | 392 |
394 } // namespace WebCore | 393 } // namespace WebCore |
395 | 394 |
396 #endif // UseCounter_h | 395 #endif // UseCounter_h |
OLD | NEW |