Fix TSAN bot
Bug: skia: Change-Id: I5626e4e4277255b1c0c10f912829ac2cd2ed1a8c Reviewed-on: https://skia-review.googlesource.com/17600 Reviewed-by: Jim Van Verth <jvanverth@google.com> Commit-Queue: Jim Van Verth <jvanverth@google.com>
This commit is contained in:
parent
5592382a7a
commit
79a1a97db7
@ -30,10 +30,15 @@ void draw_paths(SkCanvas* canvas, bool hideOccluders) {
|
||||
SkRRect oddRRect;
|
||||
oddRRect.setNinePatch(SkRect::MakeWH(50, 50), 9, 13, 6, 16);
|
||||
paths.push_back().addRRect(oddRRect);
|
||||
paths.back().setIsVolatile(true);
|
||||
paths.push_back().addRect(SkRect::MakeWH(50, 50));
|
||||
paths.back().setIsVolatile(true);
|
||||
paths.push_back().addCircle(25, 25, 25);
|
||||
paths.back().setIsVolatile(true);
|
||||
paths.push_back().cubicTo(100, 50, 20, 100, 0, 0);
|
||||
paths.back().setIsVolatile(true);
|
||||
paths.push_back().addOval(SkRect::MakeWH(20, 60));
|
||||
paths.back().setIsVolatile(true);
|
||||
|
||||
static constexpr SkScalar kPad = 15.f;
|
||||
static constexpr SkScalar kLightR = 100.f;
|
||||
|
Loading…
Reference in New Issue
Block a user