diff options
author | Brian Salomon <bsalomon@google.com> | 2016-12-09 15:51:31 -0500 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2016-12-09 21:27:24 +0000 |
commit | 9950408c5f20148d5b726421454db718860077de (patch) | |
tree | 539599716b26a72327b8adf414e3ee8db411c7bd /include | |
parent | a4a338179013b029d6dd55e737b5bd648a9fb68c (diff) |
Fix comment formatting for GrRenderTargetContext::drawArc
Change-Id: I23c946ff42964613a925b98c4ce5cf674b3b61a8
Reviewed-on: https://skia-review.googlesource.com/5705
Commit-Queue: Brian Salomon <bsalomon@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
Reviewed-by: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/gpu/GrRenderTargetContext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gpu/GrRenderTargetContext.h b/include/gpu/GrRenderTargetContext.h index afa1586d34..ac733cb376 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. |