| Index: tests/PictureTest.cpp
|
| diff --git a/tests/PictureTest.cpp b/tests/PictureTest.cpp
|
| index 6a93a9dd1bd1ab0415b74119aad0f3b1f3c16cdc..f27d9582ecfd78e0aa78d694769cd7b750921c36 100644
|
| --- a/tests/PictureTest.cpp
|
| +++ b/tests/PictureTest.cpp
|
| @@ -1807,6 +1807,7 @@ struct CountingBBH : public SkBBoxHierarchy {
|
| virtual int getCount() const { return 0; }
|
| virtual int getDepth() const { return 0; }
|
| virtual void rewindInserts() {}
|
| + virtual size_t bytesUsed() const { return 0; }
|
| };
|
|
|
| class SpoonFedBBHFactory : public SkBBHFactory {
|
|
|