Index: src/gpu/GrDrawTarget.cpp |
diff --git a/src/gpu/GrDrawTarget.cpp b/src/gpu/GrDrawTarget.cpp |
index cd1e0b5bf10cc05bb712c58dbe42f5dda9e60a1f..2b93b5eba0522be1b6d6ceb90a9b7b2c4f4be91e 100644 |
--- a/src/gpu/GrDrawTarget.cpp |
+++ b/src/gpu/GrDrawTarget.cpp |
@@ -43,6 +43,9 @@ GrDrawTarget::DrawInfo& GrDrawTarget::DrawInfo::operator =(const DrawInfo& di) { |
fDstCopy = di.fDstCopy; |
+ fVertexBuffer = di.fVertexBuffer; |
+ fIndexBuffer = di.fIndexBuffer; |
+ |
return *this; |
} |