projects
/
platform
/
upstream
/
libSkiaSharp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b579390
)
GrGLInterface is a struct not a class
author
Matthew Leibowitz
<mattleibow@live.com>
Tue, 14 Feb 2017 13:33:25 +0000
(17:33 +0400)
committer
Matthew Leibowitz
<mattleibow@live.com>
Tue, 14 Feb 2017 13:33:25 +0000
(17:33 +0400)
src/c/sk_types_priv.h
patch
|
blob
|
history
diff --git
a/src/c/sk_types_priv.h
b/src/c/sk_types_priv.h
index
1090ce6
..
b3bfcb7
100644
(file)
--- 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<const SkPaint&>(cpaint);