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