aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/TextBlobCacheTest.cpp
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2017-11-10 11:33:43 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-11-10 17:02:20 +0000
commit10d66cc3f8624f2fc9825f38cb1b654f7bb00db9 (patch)
tree05d485a6ef42be2cf5734b22653c59804d140d5c /tests/TextBlobCacheTest.cpp
parent8f7d4c3d86b252a68c9e9b45f69d741d4601a9e5 (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 'tests/TextBlobCacheTest.cpp')
-rw-r--r--tests/TextBlobCacheTest.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/TextBlobCacheTest.cpp b/tests/TextBlobCacheTest.cpp
index 995328d26d..bd74301117 100644
--- a/tests/TextBlobCacheTest.cpp
+++ b/tests/TextBlobCacheTest.cpp
@@ -8,14 +8,14 @@
#include "sk_tool_utils.h"
#include "SkCanvas.h"
-#include "SkPaint.h"
-#include "SkPoint.h"
-#include "SkTextBlob.h"
#include "SkFontMgr.h"
#include "SkGraphics.h"
+#include "SkPaint.h"
+#include "SkPoint.h"
+#include "SkRandomScalerContext.h"
#include "SkSurface.h"
+#include "SkTextBlob.h"
#include "SkTypeface.h"
-#include "../src/fonts/SkRandomScalerContext.h"
#ifdef SK_BUILD_FOR_WIN
#include "SkTypeface_win.h"