| Index: bench/GeometryBench.cpp
|
| diff --git a/bench/GeometryBench.cpp b/bench/GeometryBench.cpp
|
| index d93578e45f8c88a5c163ca6f5aed24a52f743c77..50985de764e30f209ed5ff52a37f47dee62b59e5 100644
|
| --- a/bench/GeometryBench.cpp
|
| +++ b/bench/GeometryBench.cpp
|
| @@ -97,7 +97,7 @@ protected:
|
| class GeoRectBench_Intersects : public GeoRectBench {
|
| public:
|
| GeoRectBench_Intersects() : GeoRectBench("rect_Intersects") {}
|
| -
|
| +
|
| protected:
|
| void onDraw(int loops, SkCanvas* canvas) override {
|
| for (int outer = 0; outer < loops; ++outer) {
|
| @@ -113,7 +113,7 @@ protected:
|
| class GeoRectBench_sort : public GeoRectBench {
|
| public:
|
| GeoRectBench_sort() : GeoRectBench("rect_sort") {}
|
| -
|
| +
|
| protected:
|
| void onDraw(int loops, SkCanvas* canvas) override {
|
| for (int outer = 0; outer < loops; ++outer) {
|
| @@ -243,4 +243,3 @@ protected:
|
| }
|
| };
|
| DEF_BENCH( return new ChopCubicAt; )
|
| -
|
|
|