Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(160)

Side by Side Diff: third_party/WebKit/Source/core/frame/UseCounter.cpp

Issue 2828503002: CSS Motion Path: delete implementation of motion shorthand (Closed)
Patch Set: test update Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/WebKit/Source/core/frame/Deprecation.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 869 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 case CSSPropertyAliasMotionPath: 884 case CSSPropertyAliasMotionPath:
885 return 457; 885 return 457;
886 case CSSPropertyAliasMotionOffset: 886 case CSSPropertyAliasMotionOffset:
887 return 458; 887 return 458;
888 case CSSPropertyAliasMotionRotation: 888 case CSSPropertyAliasMotionRotation:
889 return 459; 889 return 459;
890 case CSSPropertyMotion: 890 // CSSPropertyMotion was 460.
891 return 460;
892 case CSSPropertyX: 891 case CSSPropertyX:
893 return 461; 892 return 461;
894 case CSSPropertyY: 893 case CSSPropertyY:
895 return 462; 894 return 462;
896 case CSSPropertyRx: 895 case CSSPropertyRx:
897 return 463; 896 return 463;
898 case CSSPropertyRy: 897 case CSSPropertyRy:
899 return 464; 898 return 464;
900 case CSSPropertyFontSizeAdjust: 899 case CSSPropertyFontSizeAdjust:
901 return 465; 900 return 465;
(...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after
1415 } 1414 }
1416 } 1415 }
1417 1416
1418 if (needs_pages_measured_update) 1417 if (needs_pages_measured_update)
1419 css_properties_histogram.Count(totalPagesMeasuredCSSSampleId()); 1418 css_properties_histogram.Count(totalPagesMeasuredCSSSampleId());
1420 1419
1421 css_bits_.ClearAll(); 1420 css_bits_.ClearAll();
1422 } 1421 }
1423 1422
1424 } // namespace blink 1423 } // namespace blink
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/frame/Deprecation.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698