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

Unified Diff: src/effects/SkBlurMask.h

Issue 1539553002: Add default ctor to SkMask (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years 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 | « src/device/xps/SkXPSDevice.cpp ('k') | src/effects/SkBlurMaskFilter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/effects/SkBlurMask.h
diff --git a/src/effects/SkBlurMask.h b/src/effects/SkBlurMask.h
index b6c37fb4619a45fd8af8daf83f4123eee27af60b..3d1bbe237447177ca6d964774f7b9e20e305f50b 100644
--- a/src/effects/SkBlurMask.h
+++ b/src/effects/SkBlurMask.h
@@ -32,7 +32,7 @@ public:
static bool BoxBlur(SkMask* dst, const SkMask& src,
reed1 2015/12/17 18:50:31 Lets add SK_WARN_UNUSED_RESULT bool SK_WARN_UNUSE
SkScalar sigma, SkBlurStyle style, SkBlurQuality quality,
- SkIPoint* margin = nullptr, bool force_quality=false);
+ SkIPoint* margin = nullptr, bool forceQuality = false);
// the "ground truth" blur does a gaussian convolution; it's slow
// but useful for comparison purposes.
« no previous file with comments | « src/device/xps/SkXPSDevice.cpp ('k') | src/effects/SkBlurMaskFilter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698