From dce19a76e9ea90a42829cc7d13e23b3507e83bfe Mon Sep 17 00:00:00 2001 From: Herb Derby Date: Wed, 18 Apr 2018 16:02:17 -0400 Subject: Untangle strike cache and glyph cache The strike cache and the glpyh cache have been friends for a long time. Untangle this twisted relationship. BUG=skia:7515 Change-Id: Ie77393f6923e9886ec90ff7a60a1200e78319937 Reviewed-on: https://skia-review.googlesource.com/122084 Commit-Queue: Herb Derby Reviewed-by: Ben Wagner --- samplecode/SamplePathText.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'samplecode') diff --git a/samplecode/SamplePathText.cpp b/samplecode/SamplePathText.cpp index 3dd3287a5f..fd3c799b2d 100644 --- a/samplecode/SamplePathText.cpp +++ b/samplecode/SamplePathText.cpp @@ -12,6 +12,7 @@ #include "SkPaint.h" #include "SkPath.h" #include "SkRandom.h" +#include "SkStrikeCache.h" #include "SkTaskGroup.h" #include "sk_tool_utils.h" -- cgit v1.2.3