Index: src/effects/SkLightingImageFilter.cpp |
diff --git a/src/effects/SkLightingImageFilter.cpp b/src/effects/SkLightingImageFilter.cpp |
index c27a55476f168f377578bd6c4c0254fd2460093b..e276dc0fde1b7ba3b10126a5d375d7f7b25166e0 100644 |
--- a/src/effects/SkLightingImageFilter.cpp |
+++ b/src/effects/SkLightingImageFilter.cpp |
@@ -387,6 +387,7 @@ void SkLightingImageFilterInternal::drawRect(GrDrawContext* drawContext, |
const SkIRect& bounds) const { |
SkRect srcRect = dstRect.makeOffset(SkIntToScalar(bounds.x()), SkIntToScalar(bounds.y())); |
GrPaint paint; |
+ // SRGBTODO: AllowSRGBInputs? |
bsalomon
2016/04/06 13:19:28
Also senorblanco@
|
GrFragmentProcessor* fp = this->getFragmentProcessor(src, matrix, srcBounds, boundaryMode); |
paint.addColorFragmentProcessor(fp)->unref(); |
paint.setPorterDuffXPFactory(SkXfermode::kSrc_Mode); |