aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2015-07-01 08:41:14 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-07-01 08:41:15 -0700
commita89f55198bdc58f0b6f6196907ab25a6afc1a661 (patch)
treea608ef4f5fe9fd724bd57ddade2b62c00bf60ae5 /include/gpu
parentbd929d95704d052a5c8477b881761eff03582487 (diff)
Move headers used by headers in include/ to include/private.
Some of this is transitive, like SkRecords.h used by SkMiniRecorder.h used by (public) SkPictureRecorder.h. BUG=skia: Review URL: https://codereview.chromium.org/1217293004
Diffstat (limited to 'include/gpu')
-rw-r--r--include/gpu/GrBlend.h2
-rw-r--r--include/gpu/gl/SkGLContext.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/include/gpu/GrBlend.h b/include/gpu/GrBlend.h
index c8b931da73..52a0300ee4 100644
--- a/include/gpu/GrBlend.h
+++ b/include/gpu/GrBlend.h
@@ -7,7 +7,7 @@
*/
#include "GrTypes.h"
-#include "../../src/utils/SkTLogic.h"
+#include "../private/SkTLogic.h"
#ifndef GrBlend_DEFINED
#define GrBlend_DEFINED
diff --git a/include/gpu/gl/SkGLContext.h b/include/gpu/gl/SkGLContext.h
index 3d232e558e..f9b32276e4 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;