remove SkStrikeForGPU from SkScalerContext; fix IWYU problems.
Change-Id: I7f274c039ed943701b95af9f677ecc14f4319678 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/557583 Commit-Queue: Herb Derby <herb@google.com> Reviewed-by: Robert Phillips <robertphillips@google.com>
This commit is contained in:
parent
817df3e9f3
commit
5310228f27
@ -13,6 +13,7 @@
|
||||
#include "src/core/SkScalerContext.h"
|
||||
|
||||
class SkColorSpace;
|
||||
class SkDrawableGlyphBuffer;
|
||||
namespace sktext {
|
||||
class GlyphRunList;
|
||||
}
|
||||
|
@ -20,7 +20,6 @@
|
||||
#include "src/core/SkGlyph.h"
|
||||
#include "src/core/SkMask.h"
|
||||
#include "src/core/SkMaskGamma.h"
|
||||
#include "src/core/SkStrikeForGPU.h"
|
||||
#include "src/core/SkSurfacePriv.h"
|
||||
#include "src/core/SkWriteBuffer.h"
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
#ifndef SKFONTHOST_FREETYPE_COMMON_H_
|
||||
#define SKFONTHOST_FREETYPE_COMMON_H_
|
||||
|
||||
#include "include/core/SkSpan.h"
|
||||
#include "include/core/SkTypeface.h"
|
||||
#include "include/core/SkTypes.h"
|
||||
#include "include/private/SkMutex.h"
|
||||
|
Loading…
Reference in New Issue
Block a user