| Index: src/gpu/GrGpu.cpp
|
| diff --git a/src/gpu/GrGpu.cpp b/src/gpu/GrGpu.cpp
|
| index 7677b7c436c8c27d03abb1ac5a1ff96b15b890ab..186091f20cc176152ea7570ec2c3efb32fc18011 100644
|
| --- a/src/gpu/GrGpu.cpp
|
| +++ b/src/gpu/GrGpu.cpp
|
| @@ -47,10 +47,6 @@ GrGpu::GrGpu(GrContext* context)
|
| poolState.fPoolIndexBuffer = (GrIndexBuffer*)DEBUG_INVAL_BUFFER;
|
| poolState.fPoolStartIndex = DEBUG_INVAL_START_IDX;
|
| #endif
|
| -
|
| - for (int i = 0; i < kGrPixelConfigCnt; ++i) {
|
| - fConfigRenderSupport[i] = false;
|
| - };
|
| }
|
|
|
| GrGpu::~GrGpu() {
|
|
|