Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(765)

Unified Diff: src/effects/SkMatrixConvolutionImageFilter.cpp

Issue 418223009: 2D kernel initial wiring for Guassian (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Small cleanups Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/effects/SkMatrixConvolutionImageFilter.cpp
diff --git a/src/effects/SkMatrixConvolutionImageFilter.cpp b/src/effects/SkMatrixConvolutionImageFilter.cpp
index f1017203bf8d66806f1b9231f0df3663c4111221..94c842855c20c6dcf9dc5c7286e2b63dd87e1a6d 100644
--- a/src/effects/SkMatrixConvolutionImageFilter.cpp
+++ b/src/effects/SkMatrixConvolutionImageFilter.cpp
@@ -349,7 +349,8 @@ bool SkMatrixConvolutionImageFilter::asNewEffect(GrEffect** effect,
fBias,
fKernelOffset,
convert_tilemodes(fTileMode),
- fConvolveAlpha);
+ fConvolveAlpha,
+ true);
return true;
}
#endif

Powered by Google App Engine
This is Rietveld 408576698