File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -2632,8 +2632,6 @@ class ColorFilter {
26322632 final int _type;
26332633
26342634 // The type of SkColorFilter class to create for Skia.
2635- // These constants must be kept in sync with ColorFilterType in paint.cc.
2636- static const int _TypeNone = 0 ; // null
26372635 static const int _TypeMode = 1 ; // MakeModeFilter
26382636 static const int _TypeMatrix = 2 ; // MakeMatrixFilterRowMajor255
26392637 static const int _TypeLinearToSrgbGamma = 3 ; // MakeLinearToSRGBGamma
Original file line number Diff line number Diff line change @@ -114,8 +114,6 @@ class EngineColorFilter implements ui.ColorFilter {
114114 final int _type;
115115
116116 // The type of SkColorFilter class to create for Skia.
117- // These constants must be kept in sync with ColorFilterType in paint.cc.
118- static const int _TypeNone = 0 ; // null
119117 static const int _TypeMode = 1 ; // MakeModeFilter
120118 static const int _TypeMatrix = 2 ; // MakeMatrixFilterRowMajor255
121119 static const int _TypeLinearToSrgbGamma = 3 ; // MakeLinearToSRGBGamma
You can’t perform that action at this time.
0 commit comments