aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects/SkGaussianEdgeShader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/effects/SkGaussianEdgeShader.cpp')
-rw-r--r--src/effects/SkGaussianEdgeShader.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/effects/SkGaussianEdgeShader.cpp b/src/effects/SkGaussianEdgeShader.cpp
index c710b949d3..7bbbb79117 100644
--- a/src/effects/SkGaussianEdgeShader.cpp
+++ b/src/effects/SkGaussianEdgeShader.cpp
@@ -21,7 +21,7 @@ class SkArenaAlloc;
When not using implicit distance, then b in the input color represents the input to the
blur function.
*/
-class SkGaussianEdgeShaderImpl : public SkShaderBase {
+class SkGaussianEdgeShaderImpl : public SkShader {
public:
SkGaussianEdgeShaderImpl() {}
@@ -42,7 +42,7 @@ protected:
private:
friend class SkGaussianEdgeShader;
- typedef SkShaderBase INHERITED;
+ typedef SkShader INHERITED;
};
////////////////////////////////////////////////////////////////////////////