Index: src/gpu/GrContext.cpp |
diff --git a/src/gpu/GrContext.cpp b/src/gpu/GrContext.cpp |
index 83ef58f3debb4c6d642068c249d2431d0bba4ee7..80727c29f101e76d77484fc9a38017c197cd8809 100755 |
--- a/src/gpu/GrContext.cpp |
+++ b/src/gpu/GrContext.cpp |
@@ -127,7 +127,6 @@ bool GrContext::init(GrBackend backend, GrBackendContext backendContext) { |
void GrContext::initCommon() { |
fDrawState = SkNEW(GrDrawState); |
- fGpu->setDrawState(fDrawState); |
fResourceCache = SkNEW_ARGS(GrResourceCache, (fGpu->caps(), |
MAX_RESOURCE_CACHE_COUNT, |