Index: src/gpu/GrTest.cpp |
diff --git a/src/gpu/GrTest.cpp b/src/gpu/GrTest.cpp |
index 84d63ff8150624a1f95c6b7004c733e72299847f..7a754bc9f236788b926702b65679a1e05fb94561 100644 |
--- a/src/gpu/GrTest.cpp |
+++ b/src/gpu/GrTest.cpp |
@@ -239,6 +239,7 @@ GrContext* GrContext::CreateMockContext() { |
void GrContext::initMockContext() { |
GrContextOptions options; |
+ options.fGeometryBufferMapThreshold = 0; |
SkASSERT(NULL == fGpu); |
fGpu = SkNEW_ARGS(MockGpu, (this, options)); |
SkASSERT(fGpu); |