aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/gl/GrGLExtensions.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpu/gl/GrGLExtensions.h')
-rw-r--r--include/gpu/gl/GrGLExtensions.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/gpu/gl/GrGLExtensions.h b/include/gpu/gl/GrGLExtensions.h
index 0355ad292d..faf73fd36c 100644
--- a/include/gpu/gl/GrGLExtensions.h
+++ b/include/gpu/gl/GrGLExtensions.h
@@ -13,7 +13,6 @@
#include "SkString.h"
struct GrGLInterface;
-class SkJSONWriter;
/**
* This helper queries the current GL context for its extensions, remembers them, and can be
@@ -65,7 +64,7 @@ public:
void reset() { fStrings->reset(); }
- void dumpJSON(SkJSONWriter*) const;
+ void print(const char* sep = "\n") const;
private:
bool fInitialized;