| Index: src/gpu/gl/GrGLCaps.cpp
|
| diff --git a/src/gpu/gl/GrGLCaps.cpp b/src/gpu/gl/GrGLCaps.cpp
|
| index 89a9b9a4092ffaa16acf6cee2cc6bfdadb4b7445..5406e6f07db59ee1340ae9011931c6e045e2a2cb 100644
|
| --- a/src/gpu/gl/GrGLCaps.cpp
|
| +++ b/src/gpu/gl/GrGLCaps.cpp
|
| @@ -17,7 +17,6 @@
|
| GrGLCaps::GrGLCaps(const GrContextOptions& contextOptions,
|
| const GrGLContextInfo& ctxInfo,
|
| const GrGLInterface* glInterface) : INHERITED(contextOptions) {
|
| - fVerifiedColorConfigs.reset();
|
| fStencilFormats.reset();
|
| fMSFBOType = kNone_MSFBOType;
|
| fInvalidateFBType = kNone_InvalidateFBType;
|
|
|