Index: include/gpu/gl/GrGLExtensions.h |
diff --git a/include/gpu/gl/GrGLExtensions.h b/include/gpu/gl/GrGLExtensions.h |
index 76516cf11f9fff31a7b1044c46aeb65e9fc9d1bb..dbfc3be45e7fdb1a94f3802622d8cbf348a972b7 100644 |
--- a/include/gpu/gl/GrGLExtensions.h |
+++ b/include/gpu/gl/GrGLExtensions.h |
@@ -54,6 +54,11 @@ public: |
*/ |
bool remove(const char[]); |
+ /** |
+ * Adds an extension to list |
+ */ |
+ void add(const char[]); |
+ |
void reset() { fStrings->reset(); } |
void print(const char* sep = "\n") const; |