From 9950408c5f20148d5b726421454db718860077de Mon Sep 17 00:00:00 2001 From: Brian Salomon Date: Fri, 9 Dec 2016 15:51:31 -0500 Subject: [PATCH] Fix comment formatting for GrRenderTargetContext::drawArc Change-Id: I23c946ff42964613a925b98c4ce5cf674b3b61a8 Reviewed-on: https://skia-review.googlesource.com/5705 Commit-Queue: Brian Salomon Reviewed-by: Brian Salomon Reviewed-by: Robert Phillips --- include/gpu/GrRenderTargetContext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/gpu/GrRenderTargetContext.h b/include/gpu/GrRenderTargetContext.h index afa1586..ac733cb 100644 --- a/include/gpu/GrRenderTargetContext.h +++ b/include/gpu/GrRenderTargetContext.h @@ -278,7 +278,7 @@ public: * Draws a partial arc of an oval. * * @param paint describes how to color pixels. - * @param GrGrAA Controls whether the arc is antialiased. + * @param GrGrAA Controls whether the arc is antialiased. * @param viewMatrix transformation matrix. * @param oval the bounding rect of the oval. * @param startAngle starting angle in degrees. -- 2.7.4