Revert[2] "move some public headers into private"

This reverts commit 4cf9e7e147.

BUG=skia:
TBR=
NOTRY=True

Review URL: https://codereview.chromium.org/1284173002
This commit is contained in:
reed 2015-08-12 04:42:08 -07:00 committed by Commit bot
parent a387a11f9e
commit 9d20ee57d7
11 changed files with 4 additions and 8 deletions

View File

@ -20,6 +20,7 @@
],
'include_dirs': [
'../include/animator',
'../include/private',
'../src/utils',
],
'sources': [

View File

@ -273,13 +273,10 @@
'<(skia_include_path)/core/SkDrawable.h',
'<(skia_include_path)/core/SkDrawFilter.h',
'<(skia_include_path)/core/SkDrawLooper.h',
'<(skia_include_path)/core/SkEndian.h',
'<(skia_include_path)/core/SkError.h',
'<(skia_include_path)/core/SkFixed.h',
'<(skia_include_path)/core/SkFlattenable.h',
'<(skia_include_path)/core/SkFlattenableSerialization.h',
'<(skia_include_path)/core/SkFloatBits.h',
'<(skia_include_path)/core/SkFloatingPoint.h',
'<(skia_include_path)/core/SkFontHost.h',
'<(skia_include_path)/core/SkFontStyle.h',
'<(skia_include_path)/core/SkGraphics.h',
@ -334,7 +331,6 @@
'<(skia_include_path)/core/SkTypes.h',
'<(skia_include_path)/core/SkUnPreMultiply.h',
'<(skia_include_path)/core/SkUtils.h',
'<(skia_include_path)/core/SkWeakRefCnt.h',
'<(skia_include_path)/core/SkWriter32.h',
'<(skia_include_path)/core/SkXfermode.h',

View File

@ -13,6 +13,7 @@
'core.gyp:*',
],
'include_dirs': [
'../src/core',
'../src/sfnt',
],
'sources': [

View File

@ -9,7 +9,6 @@
#define SkPicture_DEFINED
#include "SkImageDecoder.h"
#include "SkLazyPtr.h"
#include "SkRefCnt.h"
#include "SkTypes.h"

View File

@ -9,7 +9,7 @@
#define SkScalar_DEFINED
#include "SkFixed.h"
#include "SkFloatingPoint.h"
#include "../private/SkFloatingPoint.h"
// TODO: move this sort of check into SkPostConfig.h
#define SK_SCALAR_IS_DOUBLE 0

View File

@ -14,7 +14,7 @@
#include "SkLazyPtr.h"
#include "SkRect.h"
#include "SkString.h"
#include "SkWeakRefCnt.h"
#include "../private/SkWeakRefCnt.h"
class SkDescriptor;
class SkFontData;

View File

@ -12,7 +12,6 @@
#include "SkMatrix.h"
#include "SkTDict.h"
#include "SkTDStack.h"
#include "SkSVGPaintState.h"
#include "SkSVGTypes.h"
#include "SkStream.h"