From 6e6ade8effb24378e9a3163079e64c316bf407ab Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Tue, 14 Feb 2017 17:33:25 +0400 Subject: [PATCH] GrGLInterface is a struct not a class --- src/c/sk_types_priv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/c/sk_types_priv.h b/src/c/sk_types_priv.h index 1090ce6..b3bfcb7 100644 --- a/src/c/sk_types_priv.h +++ b/src/c/sk_types_priv.h @@ -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(cpaint); -- 2.7.4