Index: include/gpu/effects/GrPorterDuffXferProcessor.h |
diff --git a/include/gpu/effects/GrPorterDuffXferProcessor.h b/include/gpu/effects/GrPorterDuffXferProcessor.h |
index 1bd199370e2a22c27b1ea5a89821ccb7537d1d03..15edcbb81e6c842e5651d58a0543556aa2211554 100644 |
--- a/include/gpu/effects/GrPorterDuffXferProcessor.h |
+++ b/include/gpu/effects/GrPorterDuffXferProcessor.h |
@@ -22,10 +22,6 @@ public: |
return SkNEW_ARGS(GrPorterDuffXPFactory, ((GrBlendCoeff)(src), (GrBlendCoeff)(dst))); |
} |
- static GrXPFactory* Create(GrBlendCoeff src, GrBlendCoeff dst) { |
- return SkNEW_ARGS(GrPorterDuffXPFactory, (src, dst)); |
- } |
- |
bool supportsRGBCoverage(GrColor knownColor, uint32_t knownColorFlags) const SK_OVERRIDE; |
bool canApplyCoverage(const GrProcOptInfo& colorPOI, |