Index: src/gpu/gl/GrGLTransferBuffer.h |
diff --git a/src/gpu/gl/GrGLTransferBuffer.h b/src/gpu/gl/GrGLTransferBuffer.h |
index ff9caeea7454270195d504f47a8d855c43992037..e01d4447df2284d32641cdcf43b22912c6b1ae57 100755 |
--- a/src/gpu/gl/GrGLTransferBuffer.h |
+++ b/src/gpu/gl/GrGLTransferBuffer.h |
@@ -23,6 +23,7 @@ public: |
GrGLuint bufferID() const { return fImpl.bufferID(); } |
size_t baseOffset() const { return fImpl.baseOffset(); } |
+ GrGLenum bufferType() const { return fImpl.bufferType(); } |
protected: |
void onAbandon() override; |