From 928e16565f3e69cd6661e9ad300ac17e3f33c0c8 Mon Sep 17 00:00:00 2001 From: mtklein Date: Wed, 1 Jul 2015 11:55:42 -0700 Subject: 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: Committed: https://skia.googlesource.com/skia/+/a89f55198bdc58f0b6f6196907ab25a6afc1a661 Review URL: https://codereview.chromium.org/1217293004 --- include/gpu/gl/SkGLContext.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/gpu/gl') 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; -- cgit v1.2.3