Index: src/gpu/gl/GrGLCaps.cpp |
diff --git a/src/gpu/gl/GrGLCaps.cpp b/src/gpu/gl/GrGLCaps.cpp |
index 368e5366e42c6cf690ece1d646a945f2719f27ab..7d9c50d16b4965e07c80880e2eda11cfd1988abc 100644 |
--- a/src/gpu/gl/GrGLCaps.cpp |
+++ b/src/gpu/gl/GrGLCaps.cpp |
@@ -55,7 +55,7 @@ void GrGLCaps::reset() { |
} |
-GrGLCaps::GrGLCaps(const GrGLCaps& caps) : GrDrawTargetCaps() { |
+GrGLCaps::GrGLCaps(const GrGLCaps& caps) : GrCaps() { |
*this = caps; |
} |
@@ -256,7 +256,7 @@ bool GrGLCaps::init(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) { |
this->initStencilFormats(ctxInfo); |
/************************************************************************** |
- * GrDrawTargetCaps fields |
+ * GrCaps fields |
**************************************************************************/ |
if (kGL_GrGLStandard == standard) { |
// we could also look for GL_ATI_separate_stencil extension or |