Chromium Code Reviews| Index: src/gpu/GrTestBatch.h |
| diff --git a/src/gpu/GrTestBatch.h b/src/gpu/GrTestBatch.h |
| index 8e16f52946a8d1df304578bfc962cd2f7a842388..da50293637d8d5bbcd17fd341f2ebb5346e761ba 100644 |
| --- a/src/gpu/GrTestBatch.h |
| +++ b/src/gpu/GrTestBatch.h |
| @@ -70,6 +70,8 @@ public: |
| protected: |
| GrTestBatch(const GrGeometryProcessor* gp) { |
| fGeometryProcessor.reset(SkRef(gp)); |
| + |
| + this->setBoundsLargest(); |
| } |
| const GrGeometryProcessor* geometryProcessor() const { return fGeometryProcessor; } |