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

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

Issue 2842933003: CSS Motion Path: delete implementation of offset-rotation property (Closed)
Patch Set: remove offsetRotation from webexposed Created 3 years, 7 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
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 1030 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/frame/Deprecation.cpp ('k') | third_party/WebKit/Source/core/style/ComputedStyle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698