From: Matthew Leibowitz Date: Tue, 14 Feb 2017 13:33:25 +0000 (+0400) Subject: GrGLInterface is a struct not a class X-Git-Tag: accepted/tizen/5.0/unified/20181102.025319~75^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6e6ade8effb24378e9a3163079e64c316bf407ab;p=platform%2Fupstream%2FlibSkiaSharp.git GrGLInterface is a struct not a class --- 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);