| Index: src/gpu/GrBufferAllocPool.cpp
|
| diff --git a/src/gpu/GrBufferAllocPool.cpp b/src/gpu/GrBufferAllocPool.cpp
|
| index 278cf86bfdf59b709eea4ade910805813ca71897..d19604c718ca7ad86f71c3550122d9bb8781384b 100644
|
| --- a/src/gpu/GrBufferAllocPool.cpp
|
| +++ b/src/gpu/GrBufferAllocPool.cpp
|
| @@ -319,7 +319,7 @@ GrBuffer* GrBufferAllocPool::getBuffer(size_t size) {
|
|
|
| // Shouldn't have to use this flag (https://bug.skia.org/4156)
|
| static const uint32_t kFlags = GrResourceProvider::kNoPendingIO_Flag;
|
| - return rp->createBuffer(fBufferType, size, kDynamic_GrAccessPattern, kFlags);
|
| + return rp->createBuffer(size, fBufferType, kDynamic_GrAccessPattern, kFlags);
|
| }
|
|
|
| ////////////////////////////////////////////////////////////////////////////////
|
|
|