Index: src/gpu/effects/GrPorterDuffXferProcessor.cpp |
diff --git a/src/gpu/effects/GrPorterDuffXferProcessor.cpp b/src/gpu/effects/GrPorterDuffXferProcessor.cpp |
index 0e1bc514698e214cdf5e1900f9c330609d0c9b42..7d59c2b0b7808e9f4d1a13e39c742d6b91ad27b9 100644 |
--- a/src/gpu/effects/GrPorterDuffXferProcessor.cpp |
+++ b/src/gpu/effects/GrPorterDuffXferProcessor.cpp |
@@ -68,7 +68,7 @@ public: |
*/ |
template<OutputType PrimaryOut, OutputType SecondaryOut, |
GrBlendEquation BlendEquation, GrBlendCoeff SrcCoeff, GrBlendCoeff DstCoeff> |
- struct get_properties : SkTIntegralConstant<Properties, static_cast<Properties>( |
+ struct get_properties : skstd::integral_constant<Properties, static_cast<Properties>( |
(GR_BLEND_MODIFIES_DST(BlendEquation, SrcCoeff, DstCoeff) ? |
kModifiesDst_Property : 0) | |