aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkGlyph.h
diff options
context:
space:
mode:
authorGravatar herb <herb@google.com>2015-09-04 14:19:45 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-09-04 14:19:45 -0700
commitef2df09997f5afa836bbffdab1ff732d0c766a93 (patch)
tree708950c7d46a44ba8b093ae7787a129acc52a9e5 /src/core/SkGlyph.h
parente9c10b9121887e8c300bd41357461418e061984d (diff)
Revert of Parallel cache - preliminary (patchset #22 id:420001 of https://codereview.chromium.org/1264103003/ )
Reason for revert: Seems to freeze android devices. Original issue's description: > Parallel cache. > > TBR=reed@google.com > > BUG=skia:1330 > > Committed: https://skia.googlesource.com/skia/+/6f2a486040cb25465990196c229feb47e668e87f TBR=reed@google.com,mtklein@google.com,mtklein@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=skia:1330 Review URL: https://codereview.chromium.org/1327703003
Diffstat (limited to 'src/core/SkGlyph.h')
-rw-r--r--src/core/SkGlyph.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/SkGlyph.h b/src/core/SkGlyph.h
index 102088224d..c747995ed0 100644
--- a/src/core/SkGlyph.h
+++ b/src/core/SkGlyph.h
@@ -47,8 +47,6 @@ class SkGlyph {
uint8_t fMaskFormat;
int8_t fRsbDelta, fLsbDelta; // used by auto-kerning
int8_t fForceBW;
- mutable bool fImageIsSet;
- mutable bool fPathIsSet;
void initWithGlyphID(uint32_t glyph_id) {
this->initCommon(MakeID(glyph_id));
@@ -137,8 +135,6 @@ class SkGlyph {
fPath = nullptr;
fMaskFormat = MASK_FORMAT_UNKNOWN;
fForceBW = 0;
- fImageIsSet = false;
- fPathIsSet = false;
}
static unsigned ID2Code(uint32_t id) {