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

Unified Diff: include/effects/SkRRectsGaussianEdgeShader.h

Issue 2344963002: Fix color bug in SkRRectsGaussianEdgeShader (Closed)
Patch Set: Add new constant to GM 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') | src/effects/SkRRectsGaussianEdgeShader.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/effects/SkRRectsGaussianEdgeShader.h
diff --git a/include/effects/SkRRectsGaussianEdgeShader.h b/include/effects/SkRRectsGaussianEdgeShader.h
index 0bdb06b143171a7c04e607fbe64d8d43cf151943..a3c1025fdbcda030a2b6f59563b9b7d967a83c3e 100644
--- a/include/effects/SkRRectsGaussianEdgeShader.h
+++ b/include/effects/SkRRectsGaussianEdgeShader.h
@@ -26,7 +26,7 @@ public:
*/
static sk_sp<SkShader> Make(const SkRRect& first,
const SkRRect& second,
- SkScalar radius, SkScalar pad);
+ SkScalar radius);
SK_DECLARE_FLATTENABLE_REGISTRAR_GROUP()
« no previous file with comments | « gm/reveal.cpp ('k') | src/effects/SkRRectsGaussianEdgeShader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698