aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrClipStackClip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/GrClipStackClip.h')
-rw-r--r--src/gpu/GrClipStackClip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrClipStackClip.h b/src/gpu/GrClipStackClip.h
index afda3eb43c..42bd373b09 100644
--- a/src/gpu/GrClipStackClip.h
+++ b/src/gpu/GrClipStackClip.h
@@ -38,7 +38,7 @@ public:
bool apply(GrContext*, GrRenderTargetContext*, bool useHWAA, bool hasUserStencilSettings,
GrAppliedClip* out) const final;
- bool isRRect(const SkRect& rtBounds, SkRRect* rr, bool* aa) const override;
+ bool isRRect(const SkRect& rtBounds, SkRRect* rr, GrAA* aa) const override;
private:
static bool PathNeedsSWRenderer(GrContext* context,