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

Unified Diff: include/effects/SkMatrixConvolutionImageFilter.h

Issue 1881903004: Rewriting MatrixConvolution image filter with SSE and AVX2 Base URL: https://skia.googlesource.com/skia@master
Patch Set: Created 4 years, 8 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: include/effects/SkMatrixConvolutionImageFilter.h
diff --git a/include/effects/SkMatrixConvolutionImageFilter.h b/include/effects/SkMatrixConvolutionImageFilter.h
index 092af08f0c84f4a81ecda9b1f074dfe09b7cffa9..fd9f02957f2a08ee22ad0f39e0dcc5b617e24b93 100644
--- a/include/effects/SkMatrixConvolutionImageFilter.h
+++ b/include/effects/SkMatrixConvolutionImageFilter.h
@@ -97,11 +97,6 @@ private:
bool fConvolveAlpha;
typedef SkImageFilter INHERITED;
- template <class PixelFetcher, bool convolveAlpha>
- void filterPixels(const SkBitmap& src,
- SkBitmap* result,
- const SkIRect& rect,
- const SkIRect& bounds) const;
template <class PixelFetcher>
void filterPixels(const SkBitmap& src,
SkBitmap* result,

Powered by Google App Engine
This is Rietveld 408576698