diff options
Diffstat (limited to 'src/sksl/SkSLContext.h')
-rw-r--r-- | src/sksl/SkSLContext.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sksl/SkSLContext.h b/src/sksl/SkSLContext.h index a8158be4a0..407dbf8e82 100644 --- a/src/sksl/SkSLContext.h +++ b/src/sksl/SkSLContext.h @@ -184,7 +184,6 @@ public: fBool3_Type.get(), fBool4_Type.get() })) , fSkCaps_Type(new Type("$sk_Caps")) , fSkArgs_Type(new Type("$sk_Args")) - , fColorSpaceXform_Type(new Type("colorSpaceXform", *fFloat_Type, 4, 4)) , fFragmentProcessor_Type(new Type("fragmentProcessor")) , fDefined_Expression(new Defined(*fInvalid_Type)) {} @@ -333,7 +332,6 @@ public: const std::unique_ptr<Type> fSkCaps_Type; const std::unique_ptr<Type> fSkArgs_Type; - const std::unique_ptr<Type> fColorSpaceXform_Type; const std::unique_ptr<Type> fFragmentProcessor_Type; // dummy expression used to mark that a variable has a value during dataflow analysis (when it |