commit | 862cff30eaa16206d76d7de7594c9167375ca87e | [log] [tgz] |
---|---|---|
author | cdalton <cdalton@nvidia.com> | Thu May 12 15:09:48 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu May 12 15:09:48 2016 -0700 |
tree | b8f177f4d401b8c0361141ce834eaa9898d7beb4 | |
parent | 193d9cf8f2280cd4f8e509c6f3af6b47cea04935 [diff] [blame] |
Remove clip from GrPipelineBuilder This eliminates a copy and will allow us to make the GrClip class virutal. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1966903004 Review-Url: https://codereview.chromium.org/1966903004
diff --git a/src/gpu/batches/GrMSAAPathRenderer.h b/src/gpu/batches/GrMSAAPathRenderer.h index 434a962..53d0b1d 100644 --- a/src/gpu/batches/GrMSAAPathRenderer.h +++ b/src/gpu/batches/GrMSAAPathRenderer.h
@@ -23,6 +23,7 @@ bool internalDrawPath(GrDrawTarget*, GrPipelineBuilder*, + const GrClip&, GrColor, const SkMatrix& viewMatrix, const SkPath&,