commit | 5faf474fab79d43198f24c06644b1af3896408a8 | [log] [tgz] |
---|---|---|
author | Greg Daniel <egdaniel@google.com> | Tue Oct 01 15:14:44 2019 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Tue Oct 01 19:49:15 2019 +0000 |
tree | 3e3a01e88fb2964ad7f6606b91c65de25fa1eedd | |
parent | 5be3c132639174b05793893673123092e8311f6c [diff] [blame] |
More bounds fixes for StrokeRect and DefaultPath when using MSAA for non-aa. Change-Id: Ia9c2a47675eac8f3ac1220c0e1089766aa141fc1 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/245364 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Greg Daniel <egdaniel@google.com>
diff --git a/samplecode/SampleCCPRGeometry.cpp b/samplecode/SampleCCPRGeometry.cpp index 8d2804a..7068ba4 100644 --- a/samplecode/SampleCCPRGeometry.cpp +++ b/samplecode/SampleCCPRGeometry.cpp
@@ -82,7 +82,7 @@ public: DrawCoverageCountOp(CCPRGeometryView* view) : INHERITED(ClassID()), fView(view) { this->setBounds(SkRect::MakeIWH(fView->width(), fView->height()), GrOp::HasAABloat::kNo, - GrOp::IsZeroArea::kNo); + GrOp::IsHairline::kNo); } const char* name() const override {