| 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 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 244 PrefixedDocumentCurrentFullScreenElement = 320, | 244 PrefixedDocumentCurrentFullScreenElement = 320, |
| 245 PrefixedDocumentCancelFullScreen = 321, | 245 PrefixedDocumentCancelFullScreen = 321, |
| 246 PrefixedDocumentFullscreenEnabled = 322, | 246 PrefixedDocumentFullscreenEnabled = 322, |
| 247 PrefixedDocumentFullscreenElement = 323, | 247 PrefixedDocumentFullscreenElement = 323, |
| 248 PrefixedDocumentExitFullscreen = 324, | 248 PrefixedDocumentExitFullscreen = 324, |
| 249 // The above items are available in M35 branch. | 249 // The above items are available in M35 branch. |
| 250 | 250 |
| 251 SVGForeignObjectElement = 325, | 251 SVGForeignObjectElement = 325, |
| 252 SelectionSetPosition = 327, | 252 SelectionSetPosition = 327, |
| 253 AnimationPlayerFinishEvent = 328, | 253 AnimationPlayerFinishEvent = 328, |
| 254 CanvasRenderingContext2DSetAlpha = 330, | 254 // TODO(sky): 329, 330 Unused |
| 255 CanvasRenderingContext2DSetCompositeOperation = 331, | 255 CanvasRenderingContext2DSetCompositeOperation = 331, |
| 256 CanvasRenderingContext2DSetLineWidth = 332, | 256 CanvasRenderingContext2DSetLineWidth = 332, |
| 257 CanvasRenderingContext2DSetLineCap = 333, | 257 CanvasRenderingContext2DSetLineCap = 333, |
| 258 CanvasRenderingContext2DSetLineJoin = 334, | 258 CanvasRenderingContext2DSetLineJoin = 334, |
| 259 CanvasRenderingContext2DSetMiterLimit = 335, | 259 CanvasRenderingContext2DSetMiterLimit = 335, |
| 260 CanvasRenderingContext2DClearShadow = 336, | 260 CanvasRenderingContext2DClearShadow = 336, |
| 261 CanvasRenderingContext2DSetStrokeColor = 337, | 261 CanvasRenderingContext2DSetStrokeColor = 337, |
| 262 CanvasRenderingContext2DSetFillColor = 338, | 262 CanvasRenderingContext2DSetFillColor = 338, |
| 263 CanvasRenderingContext2DDrawImageFromRect = 339, | 263 CanvasRenderingContext2DDrawImageFromRect = 339, |
| 264 CanvasRenderingContext2DSetShadow = 340, | 264 CanvasRenderingContext2DSetShadow = 340, |
| (...skipping 201 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 // UseCounter_h | 475 #endif // UseCounter_h |
| OLD | NEW |