GrGLInterface is a struct not a class
authorMatthew Leibowitz <mattleibow@live.com>
Tue, 14 Feb 2017 13:33:25 +0000 (17:33 +0400)
committerMatthew Leibowitz <mattleibow@live.com>
Tue, 14 Feb 2017 13:33:25 +0000 (17:33 +0400)
src/c/sk_types_priv.h

index 1090ce6..b3bfcb7 100644 (file)
@@ -48,7 +48,7 @@ class SkPaint;
 class SkShader;
 class GrContext;
 struct GrContextOptions;
-class GrGLInterface;
+struct GrGLInterface;
 
 static inline const SkPaint& AsPaint(const sk_paint_t& cpaint) {
     return reinterpret_cast<const SkPaint&>(cpaint);