Index: src/gpu/gl/GrGLContext.h |
diff --git a/src/gpu/gl/GrGLContext.h b/src/gpu/gl/GrGLContext.h |
index f86007a217f13a880ddeb7c415d70b68be810979..6016f6859a35e5cbfd9213dd043d6b85813e7f2d 100644 |
--- a/src/gpu/gl/GrGLContext.h |
+++ b/src/gpu/gl/GrGLContext.h |
@@ -20,7 +20,7 @@ struct GrContextOptions; |
* Encapsulates information about an OpenGL context including the OpenGL |
* version, the GrGLStandard type of the context, and GLSL version. |
*/ |
-class GrGLContextInfo : public SkNoncopyable { |
+class GrGLContextInfo : public SkRefCnt { |
public: |
GrGLStandard standard() const { return fInterface->fStandard; } |
GrGLVersion version() const { return fGLVersion; } |