aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/gl
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2015-07-29 08:18:34 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-07-29 08:18:34 -0700
commit117842223bd13325b6da26110d80e0590c1a742b (patch)
tree860d279a06ceccbc6cd27e2fb1771f4c831f631e /include/gpu/gl
parent0f07c3f855a02379176d74341d241f8bc881ddad (diff)
Move headers with no dependencies.
C.f. https://codereview.chromium.org/1261013003/ BUG=skia:4126 Will follow up with two more CLs if this works: - one moving SkRecords.h - one moving SkMiniRecorder.h No public API changes. TBR=reed@google.com Review URL: https://codereview.chromium.org/1266593002
Diffstat (limited to 'include/gpu/gl')
-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 3d232e558e..ba8506c980 100644
--- a/include/gpu/gl/SkGLContext.h
+++ b/include/gpu/gl/SkGLContext.h
@@ -9,7 +9,7 @@
#define SkGLContext_DEFINED
#include "GrGLInterface.h"
-#include "../../src/gpu/SkGpuFenceSync.h"
+#include "../private/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;