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

Unified Diff: include/effects/SkBlurMaskFilter.h

Issue 12387099: first attempt to plumb fast blur code into skia mask filter (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: revert bench changes Created 7 years, 9 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 | « no previous file | src/core/SkMaskFilter.cpp » ('j') | src/effects/SkBlurMask.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/effects/SkBlurMaskFilter.h
diff --git a/include/effects/SkBlurMaskFilter.h b/include/effects/SkBlurMaskFilter.h
index 2ab321aa7ad2b6be5bbd0dd6dc92102ff6cb6f99..8822c881b0f2ca94960b8443a5beec763fc1a196 100644
--- a/include/effects/SkBlurMaskFilter.h
+++ b/include/effects/SkBlurMaskFilter.h
@@ -55,6 +55,7 @@ public:
SK_DECLARE_FLATTENABLE_REGISTRAR_GROUP()
private:
+
SkBlurMaskFilter(); // can't be instantiated
};
« no previous file with comments | « no previous file | src/core/SkMaskFilter.cpp » ('j') | src/effects/SkBlurMask.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698