| 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 1030 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1041 case CSSPropertyAliasWebkitTextSizeAdjust: | 1041 case CSSPropertyAliasWebkitTextSizeAdjust: |
| 1042 return 537; | 1042 return 537; |
| 1043 case CSSPropertyOverflowAnchor: | 1043 case CSSPropertyOverflowAnchor: |
| 1044 return 538; | 1044 return 538; |
| 1045 case CSSPropertyUserSelect: | 1045 case CSSPropertyUserSelect: |
| 1046 return 539; | 1046 return 539; |
| 1047 case CSSPropertyOffsetDistance: | 1047 case CSSPropertyOffsetDistance: |
| 1048 return 540; | 1048 return 540; |
| 1049 case CSSPropertyOffsetPath: | 1049 case CSSPropertyOffsetPath: |
| 1050 return 541; | 1050 return 541; |
| 1051 case CSSPropertyOffsetRotation: | 1051 // CSSPropertyOffsetRotation was 542. |
| 1052 return 542; | |
| 1053 case CSSPropertyOffset: | 1052 case CSSPropertyOffset: |
| 1054 return 543; | 1053 return 543; |
| 1055 case CSSPropertyOffsetAnchor: | 1054 case CSSPropertyOffsetAnchor: |
| 1056 return 544; | 1055 return 544; |
| 1057 case CSSPropertyOffsetPosition: | 1056 case CSSPropertyOffsetPosition: |
| 1058 return 545; | 1057 return 545; |
| 1059 case CSSPropertyTextDecorationSkip: | 1058 case CSSPropertyTextDecorationSkip: |
| 1060 return 546; | 1059 return 546; |
| 1061 case CSSPropertyCaretColor: | 1060 case CSSPropertyCaretColor: |
| 1062 return 547; | 1061 return 547; |
| (...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1412 } | 1411 } |
| 1413 } | 1412 } |
| 1414 | 1413 |
| 1415 if (needs_pages_measured_update) | 1414 if (needs_pages_measured_update) |
| 1416 css_properties_histogram.Count(totalPagesMeasuredCSSSampleId()); | 1415 css_properties_histogram.Count(totalPagesMeasuredCSSSampleId()); |
| 1417 | 1416 |
| 1418 css_bits_.ClearAll(); | 1417 css_bits_.ClearAll(); |
| 1419 } | 1418 } |
| 1420 | 1419 |
| 1421 } // namespace blink | 1420 } // namespace blink |
| OLD | NEW |