Index: src/gpu/gl/GrGLBuffer.cpp |
diff --git a/src/gpu/gl/GrGLBuffer.cpp b/src/gpu/gl/GrGLBuffer.cpp |
index 24fd59267df44934a4d6afdd209b80c2c393bf26..37ce273d1f0d2c58e71071289a4b9ac19c200dc3 100644 |
--- a/src/gpu/gl/GrGLBuffer.cpp |
+++ b/src/gpu/gl/GrGLBuffer.cpp |
@@ -128,7 +128,7 @@ GrGLBuffer::GrGLBuffer(GrGLGpu* gpu, size_t size, GrBufferType intendedType, |
} |
} |
VALIDATE(); |
- this->registerWithCache(); |
+ this->registerWithCache(SkBudgeted::kYes); |
} |
inline GrGLGpu* GrGLBuffer::glGpu() const { |