| 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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 212 PrefixedImageSmoothingEnabled = 267, | 212 PrefixedImageSmoothingEnabled = 267, |
| 213 UnprefixedImageSmoothingEnabled = 268, | 213 UnprefixedImageSmoothingEnabled = 268, |
| 214 // The above items are available in M34 branch. | 214 // The above items are available in M34 branch. |
| 215 | 215 |
| 216 TextAutosizing = 274, | 216 TextAutosizing = 274, |
| 217 HTMLAnchorElementPingAttribute = 276, | 217 HTMLAnchorElementPingAttribute = 276, |
| 218 SVGClassName = 279, | 218 SVGClassName = 279, |
| 219 PrefixedWindowURL = 283, | 219 PrefixedWindowURL = 283, |
| 220 PrefixedWorkerURL = 284, // This didn't work because of crbug.com/376039
. Available since M37. | 220 PrefixedWorkerURL = 284, // This didn't work because of crbug.com/376039
. Available since M37. |
| 221 WindowOrientation = 285, | 221 WindowOrientation = 285, |
| 222 DOMStringListContains = 286, | 222 |
| 223 DocumentCaptureEvents = 287, | 223 DocumentCaptureEvents = 287, |
| 224 DocumentReleaseEvents = 288, | 224 DocumentReleaseEvents = 288, |
| 225 WindowCaptureEvents = 289, | 225 WindowCaptureEvents = 289, |
| 226 WindowReleaseEvents = 290, | 226 WindowReleaseEvents = 290, |
| 227 PrefixedGamepad = 291, | 227 PrefixedGamepad = 291, |
| 228 ElementAnimateKeyframeListEffectObjectTiming = 292, | 228 ElementAnimateKeyframeListEffectObjectTiming = 292, |
| 229 ElementAnimateKeyframeListEffectDoubleTiming = 293, | 229 ElementAnimateKeyframeListEffectDoubleTiming = 293, |
| 230 ElementAnimateKeyframeListEffectNoTiming = 294, | 230 ElementAnimateKeyframeListEffectNoTiming = 294, |
| 231 AttrGetValue = 298, | 231 AttrGetValue = 298, |
| 232 AttrSetValue = 299, | 232 AttrSetValue = 299, |
| (...skipping 233 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 |