File tree
Collapse file tree
24 files changed
+319
-314
lines changed- Source
- WebCore
- animation
- css
- editing
- platform/graphics
- ca
- cocoa
- win
- filters
- texmap
- coordinated
- rendering
- style
- svg
- style
- WebKit
- WebProcess/WebPage/wc
24 files changed
+319
-314
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1493 | 1493 |
| |
1494 | 1494 |
| |
1495 | 1495 |
| |
1496 |
| - | |
| 1496 | + | |
1497 | 1497 |
| |
1498 | 1498 |
| |
1499 | 1499 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1026 | 1026 |
| |
1027 | 1027 |
| |
1028 | 1028 |
| |
1029 |
| - | |
| 1029 | + | |
1030 | 1030 |
| |
1031 | 1031 |
| |
1032 | 1032 |
| |
1033 | 1033 |
| |
1034 | 1034 |
| |
1035 |
| - | |
| 1035 | + | |
1036 | 1036 |
| |
1037 | 1037 |
| |
1038 | 1038 |
| |
1039 | 1039 |
| |
1040 |
| - | |
| 1040 | + | |
1041 | 1041 |
| |
1042 | 1042 |
| |
1043 | 1043 |
| |
1044 | 1044 |
| |
1045 |
| - | |
| 1045 | + | |
1046 | 1046 |
| |
1047 | 1047 |
| |
1048 | 1048 |
| |
1049 | 1049 |
| |
1050 |
| - | |
| 1050 | + | |
1051 | 1051 |
| |
1052 | 1052 |
| |
1053 | 1053 |
| |
1054 | 1054 |
| |
1055 |
| - | |
| 1055 | + | |
1056 | 1056 |
| |
1057 | 1057 |
| |
1058 | 1058 |
| |
1059 | 1059 |
| |
1060 |
| - | |
| 1060 | + | |
1061 | 1061 |
| |
1062 | 1062 |
| |
1063 | 1063 |
| |
1064 |
| - | |
| 1064 | + | |
1065 | 1065 |
| |
1066 | 1066 |
| |
1067 | 1067 |
| |
1068 | 1068 |
| |
1069 |
| - | |
| 1069 | + | |
1070 | 1070 |
| |
1071 | 1071 |
| |
1072 | 1072 |
| |
1073 | 1073 |
| |
1074 |
| - | |
| 1074 | + | |
1075 | 1075 |
| |
1076 | 1076 |
| |
1077 | 1077 |
| |
1078 | 1078 |
| |
1079 |
| - | |
| 1079 | + | |
1080 | 1080 |
| |
1081 | 1081 |
| |
1082 | 1082 |
| |
1083 | 1083 |
| |
1084 |
| - | |
| 1084 | + | |
1085 | 1085 |
| |
1086 | 1086 |
| |
1087 | 1087 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
570 | 570 |
| |
571 | 571 |
| |
572 | 572 |
| |
573 |
| - | |
| 573 | + | |
574 | 574 |
| |
575 | 575 |
| |
576 | 576 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3585 | 3585 |
| |
3586 | 3586 |
| |
3587 | 3587 |
| |
3588 |
| - | |
| 3588 | + | |
3589 | 3589 |
| |
3590 | 3590 |
| |
3591 | 3591 |
| |
| |||
3891 | 3891 |
| |
3892 | 3892 |
| |
3893 | 3893 |
| |
3894 |
| - | |
| 3894 | + | |
3895 | 3895 |
| |
3896 | 3896 |
| |
3897 | 3897 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
292 | 292 |
| |
293 | 293 |
| |
294 | 294 |
| |
295 |
| - | |
| 295 | + | |
296 | 296 |
| |
297 | 297 |
| |
298 | 298 |
| |
|
@@ -40,13 +40,13 @@ class PlatformCAFilters {
40
40
public:
41
41
WEBCORE_EXPORT static void setFiltersOnLayer(PlatformLayer*, const FilterOperations&);
42
42
WEBCORE_EXPORT static void setBlendingFiltersOnLayer(PlatformLayer*, const BlendMode);
43
- static bool isAnimatedFilterProperty(FilterOperation::OperationType);
44
- static const char* animatedFilterPropertyName(FilterOperation::OperationType);
43
+ static bool isAnimatedFilterProperty(FilterOperation::Type);
44
+ static const char* animatedFilterPropertyName(FilterOperation::Type);
45
45
46
46
WEBCORE_EXPORT static RetainPtr<NSValue> filterValueForOperation(const FilterOperation*);
47
47
48
48
// A null operation indicates that we should make a "no-op" filter of the given type.
49
- static RetainPtr<NSValue> colorMatrixValueForFilter(FilterOperation::OperationType, const FilterOperation*);
49
+ static RetainPtr<NSValue> colorMatrixValueForFilter(FilterOperation::Type, const FilterOperation*);
50
50
};
51
51
52
52
}
0 commit comments