Index: src/gpu/gl/GrGLCaps.h |
diff --git a/src/gpu/gl/GrGLCaps.h b/src/gpu/gl/GrGLCaps.h |
index 1eaae2287b8d9fbea284c62118192816730fde64..548e7f7ba4a105a178342d8255c0aeeecede93a3 100644 |
--- a/src/gpu/gl/GrGLCaps.h |
+++ b/src/gpu/gl/GrGLCaps.h |
@@ -286,8 +286,9 @@ private: |
} |
}; |
- void initFSAASupport(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli); |
- void initStencilFormats(const GrGLContextInfo& ctxInfo); |
+ void initFSAASupport(const GrGLContextInfo&, const GrGLInterface*); |
+ void initStencilFormats(const GrGLContextInfo&); |
+ void initConfigRenderableTable(const GrGLContextInfo&); |
// tracks configs that have been verified to pass the FBO completeness when |
// used as a color attachment |