| Index: src/gpu/GrContext.cpp
|
| diff --git a/src/gpu/GrContext.cpp b/src/gpu/GrContext.cpp
|
| index ad89672f3bad5c64611773aa82258cc54198f9fd..a4887e3350b6c623e67a34c7d0a533ec6084f168 100644
|
| --- a/src/gpu/GrContext.cpp
|
| +++ b/src/gpu/GrContext.cpp
|
| @@ -88,6 +88,7 @@ void GrContext::initCommon(const GrContextOptions& options) {
|
|
|
| GrDrawTarget::Options dtOptions;
|
| dtOptions.fClipBatchToBounds = options.fClipBatchToBounds;
|
| + dtOptions.fDrawBatchBounds = options.fDrawBatchBounds;
|
| fDrawingManager.reset(new GrDrawingManager(this, dtOptions));
|
|
|
| // GrBatchFontCache will eventually replace GrFontCache
|
|
|