diff options
author | Mike Klein <mtklein@chromium.org> | 2017-11-10 11:33:43 -0500 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2017-11-10 17:02:20 +0000 |
commit | 10d66cc3f8624f2fc9825f38cb1b654f7bb00db9 (patch) | |
tree | 05d485a6ef42be2cf5734b22653c59804d140d5c /gm | |
parent | 8f7d4c3d86b252a68c9e9b45f69d741d4601a9e5 (diff) |
move Sk{Test,Random}ScalerContext to tools
There's no need for Skia users to link this test code.
Change-Id: I9d6ef2a053d0cf5cb916aa254389ca819c48bae1
Reviewed-on: https://skia-review.googlesource.com/69922
Reviewed-by: Ben Wagner <bungeman@google.com>
Commit-Queue: Mike Klein <mtklein@chromium.org>
Diffstat (limited to 'gm')
-rw-r--r-- | gm/textblobrandomfont.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/textblobrandomfont.cpp b/gm/textblobrandomfont.cpp index 8dd77c51f0..c1b55f3521 100644 --- a/gm/textblobrandomfont.cpp +++ b/gm/textblobrandomfont.cpp @@ -11,11 +11,11 @@ #include "Resources.h" #include "SkCanvas.h" #include "SkGradientShader.h" +#include "SkRandomScalerContext.h" #include "SkStream.h" #include "SkSurface.h" #include "SkTextBlob.h" #include "SkTypeface.h" -#include "../src/fonts/SkRandomScalerContext.h" #if SK_SUPPORT_GPU |