| 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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 PageDestruction = 0, | 64 PageDestruction = 0, |
| 65 PrefixedIndexedDB = 3, | 65 PrefixedIndexedDB = 3, |
| 66 WorkerStart = 4, | 66 WorkerStart = 4, |
| 67 SharedWorkerStart = 5, | 67 SharedWorkerStart = 5, |
| 68 UnprefixedIndexedDB = 9, | 68 UnprefixedIndexedDB = 9, |
| 69 UnprefixedRequestAnimationFrame = 13, | 69 UnprefixedRequestAnimationFrame = 13, |
| 70 PrefixedRequestAnimationFrame = 14, | 70 PrefixedRequestAnimationFrame = 14, |
| 71 PrefixedTransitionEndEvent = 18, | 71 PrefixedTransitionEndEvent = 18, |
| 72 UnprefixedTransitionEndEvent = 19, | 72 UnprefixedTransitionEndEvent = 19, |
| 73 PrefixedAndUnprefixedTransitionEndEvent = 20, | 73 PrefixedAndUnprefixedTransitionEndEvent = 20, |
| 74 AutoFocusAttribute = 21, | 74 |
| 75 DataListElement = 23, | 75 DataListElement = 23, |
| 76 FormAttribute = 24, | 76 FormAttribute = 24, |
| 77 IncrementalAttribute = 25, | 77 IncrementalAttribute = 25, |
| 78 InputTypeColor = 26, | 78 InputTypeColor = 26, |
| 79 InputTypeDate = 27, | 79 InputTypeDate = 27, |
| 80 InputTypeDateTimeFallback = 29, | 80 InputTypeDateTimeFallback = 29, |
| 81 InputTypeDateTimeLocal = 30, | 81 InputTypeDateTimeLocal = 30, |
| 82 InputTypeEmail = 31, | 82 InputTypeEmail = 31, |
| 83 InputTypeMonth = 32, | 83 InputTypeMonth = 32, |
| 84 InputTypeNumber = 33, | 84 InputTypeNumber = 33, |
| (...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 466 | 466 |
| 467 void updateMeasurements(); | 467 void updateMeasurements(); |
| 468 | 468 |
| 469 OwnPtr<BitVector> m_countBits; | 469 OwnPtr<BitVector> m_countBits; |
| 470 BitVector m_CSSFeatureBits; | 470 BitVector m_CSSFeatureBits; |
| 471 }; | 471 }; |
| 472 | 472 |
| 473 } // namespace blink | 473 } // namespace blink |
| 474 | 474 |
| 475 #endif // SKY_ENGINE_CORE_FRAME_USECOUNTER_H_ | 475 #endif // SKY_ENGINE_CORE_FRAME_USECOUNTER_H_ |
| OLD | NEW |