aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpu')
-rw-r--r--include/gpu/GrDrawContext.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/gpu/GrDrawContext.h b/include/gpu/GrDrawContext.h
index e305cc1197..948577cffa 100644
--- a/include/gpu/GrDrawContext.h
+++ b/include/gpu/GrDrawContext.h
@@ -347,7 +347,8 @@ private:
const SkRect& rect,
const SkRect* localRect,
const SkMatrix* localMatrix,
- const GrUserStencilSettings* ss);
+ const GrUserStencilSettings* ss,
+ bool useHWAA);
void internalDrawPath(const GrClip& clip,
const GrPaint& paint,