| 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 384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 395 HTMLOptionsCollectionRemoveElement = 398, | 395 HTMLOptionsCollectionRemoveElement = 398, |
| 396 HTMLPreElementWrap = 399, | 396 HTMLPreElementWrap = 399, |
| 397 SelectionBaseNode = 400, | 397 SelectionBaseNode = 400, |
| 398 SelectionBaseOffset = 401, | 398 SelectionBaseOffset = 401, |
| 399 SelectionExtentNode = 402, | 399 SelectionExtentNode = 402, |
| 400 SelectionExtentOffset = 403, | 400 SelectionExtentOffset = 403, |
| 401 SelectionType = 404, | 401 SelectionType = 404, |
| 402 SelectionModify = 405, | 402 SelectionModify = 405, |
| 403 SelectionSetBaseAndExtent = 406, | 403 SelectionSetBaseAndExtent = 406, |
| 404 SelectionEmpty = 407, | 404 SelectionEmpty = 407, |
| 405 SVGFEMorphologyElementSetRadius = 408, | |
| 406 VTTCue = 409, | 405 VTTCue = 409, |
| 407 VTTCueRender = 410, | 406 VTTCueRender = 410, |
| 408 VTTCueRenderVertical = 411, | 407 VTTCueRenderVertical = 411, |
| 409 VTTCueRenderSnapToLinesFalse = 412, | 408 VTTCueRenderSnapToLinesFalse = 412, |
| 410 VTTCueRenderLineNotAuto = 413, | 409 VTTCueRenderLineNotAuto = 413, |
| 411 VTTCueRenderPositionNot50 = 414, | 410 VTTCueRenderPositionNot50 = 414, |
| 412 VTTCueRenderSizeNot100 = 415, | 411 VTTCueRenderSizeNot100 = 415, |
| 413 VTTCueRenderAlignNotMiddle = 416, | 412 VTTCueRenderAlignNotMiddle = 416, |
| 414 // The above items are available in M36 branch. | 413 // The above items are available in M36 branch. |
| 415 | 414 |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 554 | 553 |
| 555 void updateMeasurements(); | 554 void updateMeasurements(); |
| 556 | 555 |
| 557 OwnPtr<BitVector> m_countBits; | 556 OwnPtr<BitVector> m_countBits; |
| 558 BitVector m_CSSFeatureBits; | 557 BitVector m_CSSFeatureBits; |
| 559 }; | 558 }; |
| 560 | 559 |
| 561 } // namespace blink | 560 } // namespace blink |
| 562 | 561 |
| 563 #endif // UseCounter_h | 562 #endif // UseCounter_h |
| OLD | NEW |