Skip to content

Commit

Permalink
Remove the unused buffers for unique glyph handling
Browse files Browse the repository at this point in the history
Change-Id: Icf6d62586e65936caa516f8bac40941585e63943
Reviewed-on: https://skia-review.googlesource.com/c/167265
Commit-Queue: Herb Derby <[email protected]>
Commit-Queue: Brian Osman <[email protected]>
Auto-Submit: Herb Derby <[email protected]>
Reviewed-by: Brian Osman <[email protected]>
  • Loading branch information
herbderby authored and Skia Commit-Bot committed Nov 1, 2018
1 parent 6fe9d0a commit 460a43d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/core/SkGlyphRun.h
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,7 @@ class SkGlyphRunBuilder {
SkSpan<const uint32_t> clusters = SkSpan<const uint32_t>{});

size_t fMaxTotalRunSize{0};
SkAutoTMalloc<uint16_t> fUniqueGlyphIDIndices;
SkAutoTMalloc<SkPoint> fPositions;
SkAutoTMalloc<SkGlyphID> fUniqueGlyphIDs;

std::vector<SkGlyphRun> fGlyphRunListStorage;
SkGlyphRunList fGlyphRunList;

Expand Down

0 comments on commit 460a43d

Please sign in to comment.