Index: src/gpu/GrContext.cpp |
diff --git a/src/gpu/GrContext.cpp b/src/gpu/GrContext.cpp |
index c125dd9dd8f89a7e34f5637f7ca9db7862f40bec..c7e6ca949a7d22db30661449b7e05916f8c873c9 100644 |
--- a/src/gpu/GrContext.cpp |
+++ b/src/gpu/GrContext.cpp |
@@ -60,7 +60,7 @@ |
void GrContext::DrawingMgr::init(GrContext* context) { |
fContext = context; |
- fDrawTarget = new GrClipTarget(context); |
+ fDrawTarget = new GrDrawTarget(context->getGpu(), context->resourceProvider()); |
} |
void GrContext::DrawingMgr::cleanup() { |