aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/core/SkColorShader.h3
-rw-r--r--include/core/SkShader.h2
2 files changed, 2 insertions, 3 deletions
diff --git a/include/core/SkColorShader.h b/include/core/SkColorShader.h
index e64a183295..0823b70b69 100644
--- a/include/core/SkColorShader.h
+++ b/include/core/SkColorShader.h
@@ -44,8 +44,7 @@ public:
// we return false for this, use asAGradient
virtual BitmapType asABitmap(SkBitmap* outTexture,
SkMatrix* outMatrix,
- TileMode xy[2],
- SkScalar* twoPointRadialParams) const SK_OVERRIDE;
+ TileMode xy[2]) const SK_OVERRIDE;
virtual GradientType asAGradient(GradientInfo* info) const SK_OVERRIDE;
diff --git a/include/core/SkShader.h b/include/core/SkShader.h
index 1ba1d671f3..57d920c55e 100644
--- a/include/core/SkShader.h
+++ b/include/core/SkShader.h
@@ -246,7 +246,7 @@ public:
about the first point.
*/
virtual BitmapType asABitmap(SkBitmap* outTexture, SkMatrix* outMatrix,
- TileMode xy[2], SkScalar* twoPointRadialParams) const;
+ TileMode xy[2]) const;
/**
* If the shader subclass can be represented as a gradient, asAGradient