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

Unified Diff: include/effects/SkGaussianEdgeShader.h

Issue 2333403002: Switch default for SkGaussianBlurShader radius size. (Closed)
Patch Set: Address comment Created 4 years, 3 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 | « gm/reveal.cpp ('k') | samplecode/SampleAndroidShadows.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/effects/SkGaussianEdgeShader.h
diff --git a/include/effects/SkGaussianEdgeShader.h b/include/effects/SkGaussianEdgeShader.h
index 9e07450482b767424823cde6111480ccd36c9de2..0a2857efd1466e2f347bbfd2cea19c449a8c785b 100644
--- a/include/effects/SkGaussianEdgeShader.h
+++ b/include/effects/SkGaussianEdgeShader.h
@@ -16,7 +16,7 @@ public:
* Currently this is only useable with Circle and RRect shapes on the GPU backend.
* Raster will draw nothing.
*/
- static sk_sp<SkShader> Make(bool largerBlur = false);
+ static sk_sp<SkShader> Make(bool largerBlur = true);
SK_DECLARE_FLATTENABLE_REGISTRAR_GROUP()
« no previous file with comments | « gm/reveal.cpp ('k') | samplecode/SampleAndroidShadows.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698