| Index: tests/PrimitiveProcessorTest.cpp
|
| diff --git a/tests/PrimitiveProcessorTest.cpp b/tests/PrimitiveProcessorTest.cpp
|
| index 23ad13815a60db7cda2967a915775247c3b1735b..f121079153ec2888df6224279358ac4941f73650 100644
|
| --- a/tests/PrimitiveProcessorTest.cpp
|
| +++ b/tests/PrimitiveProcessorTest.cpp
|
| @@ -41,7 +41,7 @@ public:
|
| Batch(int numAttribs)
|
| : INHERITED(ClassID())
|
| , fNumAttribs(numAttribs) {
|
| - this->setBounds(SkRect::MakeWH(1.f, 1.f));
|
| + this->setBounds(SkRect::MakeWH(1.f, 1.f), HasAABloat::kNo, IsZeroArea::kNo);
|
| }
|
|
|
| private:
|
|
|