| Index: tests/PictureTest.cpp
|
| diff --git a/tests/PictureTest.cpp b/tests/PictureTest.cpp
|
| index 7546a5d5be23d15e319da23f9c70de9c18fe9fe5..fa4dc101421da570449bbeba487624365bf5a091 100644
|
| --- a/tests/PictureTest.cpp
|
| +++ b/tests/PictureTest.cpp
|
| @@ -1869,7 +1869,7 @@ struct CountingBBH : public SkBBoxHierarchy {
|
| this->searchCalls++;
|
| }
|
|
|
| - virtual void insert(unsigned opIndex, const SkRect& bounds, bool defer) SK_OVERRIDE {}
|
| + virtual void insert(SkAutoTMalloc<SkRect>*, int) SK_OVERRIDE {}
|
| };
|
|
|
| class SpoonFedBBHFactory : public SkBBHFactory {
|
|
|