| 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 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 298 SelectionModify = 405, | 298 SelectionModify = 405, |
| 299 SelectionSetBaseAndExtent = 406, | 299 SelectionSetBaseAndExtent = 406, |
| 300 SelectionEmpty = 407, | 300 SelectionEmpty = 407, |
| 301 VTTCue = 409, | 301 VTTCue = 409, |
| 302 VTTCueRender = 410, | 302 VTTCueRender = 410, |
| 303 VTTCueRenderVertical = 411, | 303 VTTCueRenderVertical = 411, |
| 304 VTTCueRenderSnapToLinesFalse = 412, | 304 VTTCueRenderSnapToLinesFalse = 412, |
| 305 VTTCueRenderLineNotAuto = 413, | 305 VTTCueRenderLineNotAuto = 413, |
| 306 VTTCueRenderPositionNot50 = 414, | 306 VTTCueRenderPositionNot50 = 414, |
| 307 VTTCueRenderSizeNot100 = 415, | 307 VTTCueRenderSizeNot100 = 415, |
| 308 VTTCueRenderAlignNotMiddle = 416, | 308 VTTCueRenderAlignNotCenter = 416, |
| 309 // The above items are available in M36 branch. | 309 // The above items are available in M36 branch. |
| 310 | 310 |
| 311 ElementRequestPointerLock = 417, | 311 ElementRequestPointerLock = 417, |
| 312 VTTCueRenderRtl = 418, | 312 VTTCueRenderRtl = 418, |
| 313 PostMessageFromSecureToInsecure = 419, | 313 PostMessageFromSecureToInsecure = 419, |
| 314 PostMessageFromInsecureToSecure = 420, | 314 PostMessageFromInsecureToSecure = 420, |
| 315 DocumentExitPointerLock = 421, | 315 DocumentExitPointerLock = 421, |
| 316 DocumentPointerLockElement = 422, | 316 DocumentPointerLockElement = 422, |
| 317 PrefixedCursorZoomIn = 424, | 317 PrefixedCursorZoomIn = 424, |
| 318 PrefixedCursorZoomOut = 425, | 318 PrefixedCursorZoomOut = 425, |
| (...skipping 1217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1536 // Tracks what features/properties need to be reported to the legacy | 1536 // Tracks what features/properties need to be reported to the legacy |
| 1537 // histograms. | 1537 // histograms. |
| 1538 BitVector m_featureBits; | 1538 BitVector m_featureBits; |
| 1539 BitVector m_CSSBits; | 1539 BitVector m_CSSBits; |
| 1540 } m_legacyCounter; | 1540 } m_legacyCounter; |
| 1541 }; | 1541 }; |
| 1542 | 1542 |
| 1543 } // namespace blink | 1543 } // namespace blink |
| 1544 | 1544 |
| 1545 #endif // UseCounter_h | 1545 #endif // UseCounter_h |
| OLD | NEW |