| Index: src/gpu/GrDrawTarget.cpp
|
| diff --git a/src/gpu/GrDrawTarget.cpp b/src/gpu/GrDrawTarget.cpp
|
| index 663ac56ad59a7a94b555d8a0d39b78c686aab606..7eef92290e4f12150d67501e55277213f45f1b97 100644
|
| --- a/src/gpu/GrDrawTarget.cpp
|
| +++ b/src/gpu/GrDrawTarget.cpp
|
| @@ -94,8 +94,7 @@ void GrDrawTarget::DrawInfo::adjustStartIndex(int indexOffset) {
|
|
|
| GrDrawTarget::GrDrawTarget(GrContext* context)
|
| : fContext(context)
|
| - , fGpuTraceMarkerCount(0)
|
| - , fPool(2 << 16, 2 << 16) {
|
| + , fGpuTraceMarkerCount(0) {
|
| SkASSERT(context);
|
| GeometrySrcState& geoSrc = fGeoSrcStateStack.push_back();
|
| #ifdef SK_DEBUG
|
|
|