commit | 8acedde5970ce70de6d9791ffeda87a65af4ed07 | [log] [tgz] |
---|---|---|
author | bsalomon <bsalomon@google.com> | Fri Jun 24 10:42:16 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Fri Jun 24 10:42:16 2016 -0700 |
tree | 98c806fb10afa72890eaf0f1cbdf63bfe9feda63 | |
parent | c2fde8b2272cf80c79414e01451689ffd971b348 [diff] [blame] |
Use GrShape in GrPathRenderer. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2081383006 Review-Url: https://codereview.chromium.org/2081383006
diff --git a/src/gpu/batches/GrDashLinePathRenderer.h b/src/gpu/batches/GrDashLinePathRenderer.h index e25f882..d959421 100644 --- a/src/gpu/batches/GrDashLinePathRenderer.h +++ b/src/gpu/batches/GrDashLinePathRenderer.h
@@ -14,7 +14,7 @@ private: bool onCanDrawPath(const CanDrawPathArgs&) const override; - StencilSupport onGetStencilSupport(const SkPath&) const override { + StencilSupport onGetStencilSupport(const GrShape&) const override { return kNoSupport_StencilSupport; }