| 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 864 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 875 return 451; | 875 return 451; |
| 876 case CSSPropertyGridTemplate: | 876 case CSSPropertyGridTemplate: |
| 877 return 452; | 877 return 452; |
| 878 case CSSPropertyGrid: | 878 case CSSPropertyGrid: |
| 879 return 453; | 879 return 453; |
| 880 case CSSPropertyAll: | 880 case CSSPropertyAll: |
| 881 return 454; | 881 return 454; |
| 882 case CSSPropertyJustifyItems: | 882 case CSSPropertyJustifyItems: |
| 883 return 455; | 883 return 455; |
| 884 // CSSPropertyMotionPath was 457. | 884 // CSSPropertyMotionPath was 457. |
| 885 case CSSPropertyAliasMotionOffset: | 885 // CSSPropertyAliasMotionOffset was 458. |
| 886 return 458; | |
| 887 // CSSPropertyAliasMotionRotation was 459. | 886 // CSSPropertyAliasMotionRotation was 459. |
| 888 // CSSPropertyMotion was 460. | 887 // CSSPropertyMotion was 460. |
| 889 case CSSPropertyX: | 888 case CSSPropertyX: |
| 890 return 461; | 889 return 461; |
| 891 case CSSPropertyY: | 890 case CSSPropertyY: |
| 892 return 462; | 891 return 462; |
| 893 case CSSPropertyRx: | 892 case CSSPropertyRx: |
| 894 return 463; | 893 return 463; |
| 895 case CSSPropertyRy: | 894 case CSSPropertyRy: |
| 896 return 464; | 895 return 464; |
| (...skipping 514 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1411 } | 1410 } |
| 1412 } | 1411 } |
| 1413 | 1412 |
| 1414 if (needs_pages_measured_update) | 1413 if (needs_pages_measured_update) |
| 1415 css_properties_histogram.Count(totalPagesMeasuredCSSSampleId()); | 1414 css_properties_histogram.Count(totalPagesMeasuredCSSSampleId()); |
| 1416 | 1415 |
| 1417 css_bits_.ClearAll(); | 1416 css_bits_.ClearAll(); |
| 1418 } | 1417 } |
| 1419 | 1418 |
| 1420 } // namespace blink | 1419 } // namespace blink |
| OLD | NEW |