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

Unified Diff: src/core/SkMaskFilter.cpp

Issue 140853008: Revert of Fast blurred rectangles on GPU (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 11 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
« no previous file with comments | « include/core/SkMaskFilter.h ('k') | src/effects/SkBlurMask.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkMaskFilter.cpp
diff --git a/src/core/SkMaskFilter.cpp b/src/core/SkMaskFilter.cpp
index b96743d129531a6083c55b366c866f7f37caec84..ebcdbea4d2818a01681dc26c01dc73706b15a98b 100644
--- a/src/core/SkMaskFilter.cpp
+++ b/src/core/SkMaskFilter.cpp
@@ -309,13 +309,6 @@
return false;
}
- bool SkMaskFilter::directFilterMaskGPU(GrContext* context,
- GrPaint* grp,
- const SkStrokeRec& strokeRec,
- const SkPath& path) const {
- return false;
-}
-
bool SkMaskFilter::filterMaskGPU(GrTexture* src,
const SkMatrix& ctm,
« no previous file with comments | « include/core/SkMaskFilter.h ('k') | src/effects/SkBlurMask.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698