Index: tests/PictureTest.cpp |
diff --git a/tests/PictureTest.cpp b/tests/PictureTest.cpp |
index 18af979954d70562e4bb04ff501f943e6f6a61bb..33e058cc2e483fd5f185b501308f984172174990 100644 |
--- a/tests/PictureTest.cpp |
+++ b/tests/PictureTest.cpp |
@@ -1255,7 +1255,7 @@ struct CountingBBH : public SkBBoxHierarchy { |
this->searchCalls++; |
} |
- void insert(SkAutoTMalloc<SkRect>*, int) SK_OVERRIDE {} |
+ void insert(const SkRect[], int) SK_OVERRIDE {} |
virtual size_t bytesUsed() const SK_OVERRIDE { return 0; } |
}; |