From 9dab18f62cb7d4d9cc5b4e31ee5c15a4816973b1 Mon Sep 17 00:00:00 2001 From: Brian Salomon Date: Sat, 8 Apr 2017 09:31:29 -0400 Subject: Fix GrGLSync definition By fixing this some ugly casts are avoided in setting up Chrome's GrGLInterface Change-Id: Ie540fc41b3cbb27f976d784cad90ae10c2cef9ed Reviewed-on: https://skia-review.googlesource.com/12621 Reviewed-by: Brian Salomon Commit-Queue: Brian Salomon --- include/gpu/gl/GrGLTypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/gpu/gl/GrGLTypes.h b/include/gpu/gl/GrGLTypes.h index 0a2346e73c..f2b339eccc 100644 --- a/include/gpu/gl/GrGLTypes.h +++ b/include/gpu/gl/GrGLTypes.h @@ -60,7 +60,7 @@ typedef signed long int GrGLintptr; typedef signed long int GrGLsizeiptr; #endif typedef void* GrGLeglImage; -typedef void* GrGLsync; +typedef struct __GLsync* GrGLsync; struct GrGLDrawArraysIndirectCommand { GrGLuint fCount; -- cgit v1.2.3