diff --git a/src/gpu/GrTest.cpp b/src/gpu/GrTest.cpp index 84d63ff815..7a754bc9f2 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);