Index: src/gpu/GrContext.cpp |
diff --git a/src/gpu/GrContext.cpp b/src/gpu/GrContext.cpp |
index 755b0f2ec9d8bc8353542c88ea65f5ff6082229a..c2bcbd0bad7aef9e01e55efff336ce9433621478 100644 |
--- a/src/gpu/GrContext.cpp |
+++ b/src/gpu/GrContext.cpp |
@@ -86,9 +86,7 @@ void GrContext::initCommon(const GrContextOptions& options) { |
fDidTestPMConversions = false; |
- GrDrawTarget::Options dtOptions; |
- dtOptions.fImmediateMode = options.fImmediateMode; |
- fDrawingManager.reset(new GrDrawingManager(this, dtOptions)); |
+ fDrawingManager.reset(new GrDrawingManager(this)); |
// GrBatchFontCache will eventually replace GrFontCache |
fBatchFontCache = new GrBatchFontCache(this); |