Move the rest of src headers used by include to include/private.

$ git grep "../../src/" | grep include

now returns nothing.

BUG=skia:4126

No public API changes.
TBR=reed@google.com

Review URL: https://codereview.chromium.org/1261013003
This commit is contained in:
mtklein 2015-07-28 11:51:50 -07:00 committed by Commit bot
parent 570e7a34da
commit d12e6ffa5c
8 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@
#ifndef SkPictureRecorder_DEFINED
#define SkPictureRecorder_DEFINED
#include "../../src/core/SkMiniRecorder.h"
#include "../private/SkMiniRecorder.h"
#include "SkBBHFactory.h"
#include "SkPicture.h"
#include "SkRefCnt.h"

View File

@ -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;

View File

@ -10,7 +10,7 @@
#ifndef SkOSWindow_Win_DEFINED
#define SkOSWindow_Win_DEFINED
#include "../../src/core/SkFunction.h"
#include "../private/SkFunction.h"
#include "../private/SkTHash.h"
#include "SkWindow.h"