| Index: tests/PictureTest.cpp
|
| diff --git a/tests/PictureTest.cpp b/tests/PictureTest.cpp
|
| index bcfd9c479e8cf117aecf589d14af16f208106233..17a8f31585d843d6f5cf5722d8406fc86a753095 100644
|
| --- a/tests/PictureTest.cpp
|
| +++ b/tests/PictureTest.cpp
|
| @@ -1247,7 +1247,7 @@ struct CountingBBH : public SkBBoxHierarchy {
|
|
|
| CountingBBH(const SkRect& bound) : searchCalls(0), rootBound(bound) {}
|
|
|
| - void search(const SkRect& query, SkTDArray<unsigned>* results) const override {
|
| + void search(const SkRect& query, SkTDArray<int>* results) const override {
|
| this->searchCalls++;
|
| }
|
|
|
|
|