Index: src/gpu/gl/GrGLCaps.h |
diff --git a/src/gpu/gl/GrGLCaps.h b/src/gpu/gl/GrGLCaps.h |
index 548e7f7ba4a105a178342d8255c0aeeecede93a3..81391ecc6b2d51b2f1d3565ec6d05a68852cc30a 100644 |
--- a/src/gpu/gl/GrGLCaps.h |
+++ b/src/gpu/gl/GrGLCaps.h |
@@ -288,6 +288,7 @@ private: |
void initFSAASupport(const GrGLContextInfo&, const GrGLInterface*); |
void initStencilFormats(const GrGLContextInfo&); |
+ // This must be called after initFSAASupport(). |
void initConfigRenderableTable(const GrGLContextInfo&); |
// tracks configs that have been verified to pass the FBO completeness when |