aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/gl/SkGLContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpu/gl/SkGLContext.h')
-rw-r--r--include/gpu/gl/SkGLContext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gpu/gl/SkGLContext.h b/include/gpu/gl/SkGLContext.h
index f9b32276e4..3d232e558e 100644
--- a/include/gpu/gl/SkGLContext.h
+++ b/include/gpu/gl/SkGLContext.h
@@ -9,7 +9,7 @@
#define SkGLContext_DEFINED
#include "GrGLInterface.h"
-#include "../../private/SkGpuFenceSync.h"
+#include "../../src/gpu/SkGpuFenceSync.h"
/**
* Create an offscreen opengl context with an RGBA8 / 8bit stencil FBO.
@@ -18,7 +18,7 @@
class SK_API SkGLContext : public SkRefCnt {
public:
-
+
~SkGLContext() override;