| Index: src/gpu/batches/GrNonAAFillRectBatch.cpp
|
| diff --git a/src/gpu/batches/GrNonAAFillRectBatch.cpp b/src/gpu/batches/GrNonAAFillRectBatch.cpp
|
| index 09643444d08314df981df6fc6fd1fa6ea53bf52f..5e9d1769b510022d7a73145085eba74100402761 100644
|
| --- a/src/gpu/batches/GrNonAAFillRectBatch.cpp
|
| +++ b/src/gpu/batches/GrNonAAFillRectBatch.cpp
|
| @@ -26,7 +26,7 @@ public:
|
| out->setKnownSingleComponent(0xff);
|
| }
|
|
|
| - static const GrIndexBuffer* GetIndexBuffer(GrResourceProvider* rp) {
|
| + static const GrBuffer* GetIndexBuffer(GrResourceProvider* rp) {
|
| return rp->refQuadIndexBuffer();
|
| }
|
|
|
|
|