| 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 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 333 ElementCreateShadowRoot = 456, | 333 ElementCreateShadowRoot = 456, |
| 334 DocumentRegisterElement = 457, | 334 DocumentRegisterElement = 457, |
| 335 EditingAppleInterchangeNewline = 458, | 335 EditingAppleInterchangeNewline = 458, |
| 336 EditingAppleConvertedSpace = 459, | 336 EditingAppleConvertedSpace = 459, |
| 337 EditingApplePasteAsQuotation = 460, | 337 EditingApplePasteAsQuotation = 460, |
| 338 EditingAppleStyleSpanClass = 461, | 338 EditingAppleStyleSpanClass = 461, |
| 339 EditingAppleTabSpanClass = 462, | 339 EditingAppleTabSpanClass = 462, |
| 340 HTMLImportsAsyncAttribute = 463, | 340 HTMLImportsAsyncAttribute = 463, |
| 341 FontFaceSetReady = 464, | 341 FontFaceSetReady = 464, |
| 342 | 342 |
| 343 CSSSelectorPseudoUnresolved = 466, | |
| 344 | |
| 345 CSSSelectorPseudoHost = 469, | 343 CSSSelectorPseudoHost = 469, |
| 346 | 344 |
| 347 CSSDeepCombinator = 471, | 345 CSSDeepCombinator = 471, |
| 348 SyncXHRWithCredentials = 472, | 346 SyncXHRWithCredentials = 472, |
| 349 // The above items are available in M37 branch. | 347 // The above items are available in M37 branch. |
| 350 | 348 |
| 351 UseAsm = 473, | 349 UseAsm = 473, |
| 352 KeyEventNotAllowedInFullScreen = 474, | 350 KeyEventNotAllowedInFullScreen = 474, |
| 353 DOMWindowOpen = 475, | 351 DOMWindowOpen = 475, |
| 354 DOMWindowOpenFeatures = 476, | 352 DOMWindowOpenFeatures = 476, |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 451 | 449 |
| 452 void updateMeasurements(); | 450 void updateMeasurements(); |
| 453 | 451 |
| 454 OwnPtr<BitVector> m_countBits; | 452 OwnPtr<BitVector> m_countBits; |
| 455 BitVector m_CSSFeatureBits; | 453 BitVector m_CSSFeatureBits; |
| 456 }; | 454 }; |
| 457 | 455 |
| 458 } // namespace blink | 456 } // namespace blink |
| 459 | 457 |
| 460 #endif // SKY_ENGINE_CORE_FRAME_USECOUNTER_H_ | 458 #endif // SKY_ENGINE_CORE_FRAME_USECOUNTER_H_ |
| OLD | NEW |