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