aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLCaps.cpp
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2015-12-21 13:44:18 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-12-21 13:44:18 -0800
commit480e8c0b9e1f84273ed242652e7246948bb4e0dc (patch)
treefb7c662728919661b72dff54534dfc208547fa0f /src/gpu/gl/GrGLCaps.cpp
parent2047b7855546b21f7956c398592c070b3f91a9db (diff)
Fold color attachment verification bit into GrGLCaps::ConfigInfo
Diffstat (limited to 'src/gpu/gl/GrGLCaps.cpp')
-rw-r--r--src/gpu/gl/GrGLCaps.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gpu/gl/GrGLCaps.cpp b/src/gpu/gl/GrGLCaps.cpp
index 89a9b9a409..5406e6f07d 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;