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 1032 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1043 case CSSPropertyAliasWebkitTextSizeAdjust: | 1043 case CSSPropertyAliasWebkitTextSizeAdjust: |
1044 return 537; | 1044 return 537; |
1045 case CSSPropertyOverflowAnchor: | 1045 case CSSPropertyOverflowAnchor: |
1046 return 538; | 1046 return 538; |
1047 case CSSPropertyUserSelect: | 1047 case CSSPropertyUserSelect: |
1048 return 539; | 1048 return 539; |
1049 case CSSPropertyOffsetDistance: | 1049 case CSSPropertyOffsetDistance: |
1050 return 540; | 1050 return 540; |
1051 case CSSPropertyOffsetPath: | 1051 case CSSPropertyOffsetPath: |
1052 return 541; | 1052 return 541; |
1053 case CSSPropertyOffsetRotate: | |
Eric Willigers
2016/12/05 20:11:47
This CL is intended to be merged to M56. We don't
sashab
2016/12/06 04:16:34
SGTM, please add a TODO.
Eric Willigers
2016/12/06 05:30:04
Done.
| |
1053 case CSSPropertyOffsetRotation: | 1054 case CSSPropertyOffsetRotation: |
1054 return 542; | 1055 return 542; |
1055 case CSSPropertyOffset: | 1056 case CSSPropertyOffset: |
1056 return 543; | 1057 return 543; |
1057 case CSSPropertyOffsetAnchor: | 1058 case CSSPropertyOffsetAnchor: |
1058 return 544; | 1059 return 544; |
1059 case CSSPropertyOffsetPosition: | 1060 case CSSPropertyOffsetPosition: |
1060 return 545; | 1061 return 545; |
1061 case CSSPropertyTextDecorationSkip: | 1062 case CSSPropertyTextDecorationSkip: |
1062 return 546; | 1063 return 546; |
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1344 } | 1345 } |
1345 } | 1346 } |
1346 | 1347 |
1347 if (needsPagesMeasuredUpdate) | 1348 if (needsPagesMeasuredUpdate) |
1348 cssPropertiesHistogram.count(totalPagesMeasuredCSSSampleId()); | 1349 cssPropertiesHistogram.count(totalPagesMeasuredCSSSampleId()); |
1349 | 1350 |
1350 m_CSSBits.clearAll(); | 1351 m_CSSBits.clearAll(); |
1351 } | 1352 } |
1352 | 1353 |
1353 } // namespace blink | 1354 } // namespace blink |
OLD | NEW |