aboutsummaryrefslogtreecommitdiffstats
path: root/include/gpu/GrClip.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpu/GrClip.h')
-rw-r--r--include/gpu/GrClip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gpu/GrClip.h b/include/gpu/GrClip.h
index a7505f99b2..12a13438db 100644
--- a/include/gpu/GrClip.h
+++ b/include/gpu/GrClip.h
@@ -137,7 +137,7 @@ private:
bool apply(GrContext*, GrDrawContext*, bool, bool, GrAppliedClip*) const final {
return true;
}
- bool isRRect(const SkRect&, SkRRect*, bool*) const override { return false; };
+ bool isRRect(const SkRect&, SkRRect*, bool*) const override { return false; }
};
#endif