Index: src/gpu/gl/GrGLCaps.h |
diff --git a/src/gpu/gl/GrGLCaps.h b/src/gpu/gl/GrGLCaps.h |
index 2269cae8ff2a6ce8724139bda0cdc26318b49117..48925d48b4650b5db4631a2267ac2c27bed7693d 100644 |
--- a/src/gpu/gl/GrGLCaps.h |
+++ b/src/gpu/gl/GrGLCaps.h |
@@ -105,7 +105,7 @@ public: |
* Initializes the GrGLCaps to the set of features supported in the current |
* OpenGL context accessible via ctxInfo. |
*/ |
- void init(const GrGLContextInfo& ctxInfo, const GrGLInterface* interface); |
+ bool init(const GrGLContextInfo& ctxInfo, const GrGLInterface* interface); |
/** |
* Call to note that a color config has been verified as a valid color |