| Index: tests/RecordDrawTest.cpp
|
| diff --git a/tests/RecordDrawTest.cpp b/tests/RecordDrawTest.cpp
|
| index cf138b8d4ed124720d9aac59edfa021e7de37605..baee712b37de261c0a02f0577292a74c8e970f71 100644
|
| --- a/tests/RecordDrawTest.cpp
|
| +++ b/tests/RecordDrawTest.cpp
|
| @@ -133,6 +133,7 @@ struct TestBBH : public SkBBoxHierarchy {
|
|
|
| void search(const SkRect& query, SkTDArray<unsigned>* results) const SK_OVERRIDE {}
|
| size_t bytesUsed() const SK_OVERRIDE { return 0; }
|
| + SkRect getRootBound() const SK_OVERRIDE { return SkRect::MakeEmpty(); }
|
|
|
| struct Entry {
|
| unsigned opIndex;
|
|
|