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:
Herb Derby 2022-07-11 15:10:01 -04:00 committed by SkCQ
parent 817df3e9f3
commit 5310228f27
3 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@
#include "src/core/SkScalerContext.h"
class SkColorSpace;
class SkDrawableGlyphBuffer;
namespace sktext {
class GlyphRunList;
}

View File

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

View File

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