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:
parent
570e7a34da
commit
d12e6ffa5c
@ -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"
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user