aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@google.com>2015-07-29 11:50:09 -0400
committerGravatar Mike Klein <mtklein@google.com>2015-07-29 11:50:09 -0400
commit1e8a58b5680508c241f25f03af5b57502221f215 (patch)
tree0b0389d4a98a124a8c564f129a190ca5eeae744d /include/gpu
parent3b2fb981ab8d011077eb6de7eec5fe1f590906b3 (diff)
Revert "Move headers with no dependencies."
Diffstat (limited to 'include/gpu')
-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 ba8506c980..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;