aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/atlastext/SkInternalAtlasTextContext.h
diff options
context:
space:
mode:
authorGravatar Robert Phillips <robertphillips@google.com>2018-02-21 12:10:41 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-02-21 18:43:26 +0000
commite4fda6c70d8a46bfb323c6921069228d583a285f (patch)
tree34c51c12d5db533b1134f6cd2c937fefa363e269 /src/atlastext/SkInternalAtlasTextContext.h
parent038c608a8658cb6413981b7d3c9368e8245b6384 (diff)
Pull non-substantive changes out of omnibus CL
These come from: https://skia-review.googlesource.com/c/skia/+/108001 (Fission GrAtlasGlyphCache in two) Bug: skia: Change-Id: Ife15cad018f9ddedec578fcd6aa07da00a77196e Reviewed-on: https://skia-review.googlesource.com/109026 Reviewed-by: Jim Van Verth <jvanverth@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'src/atlastext/SkInternalAtlasTextContext.h')
-rw-r--r--src/atlastext/SkInternalAtlasTextContext.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/atlastext/SkInternalAtlasTextContext.h b/src/atlastext/SkInternalAtlasTextContext.h
index 49a55cce15..cdba3ad8b0 100644
--- a/src/atlastext/SkInternalAtlasTextContext.h
+++ b/src/atlastext/SkInternalAtlasTextContext.h
@@ -13,12 +13,13 @@
#include "SkArenaAllocList.h"
#include "SkRefCnt.h"
-class SkAtlasTextRenderer;
-class SkMatrix;
-class GrContext;
class GrAtlasGlyphCache;
+class GrContext;
class GrTextBlobCache;
+class SkAtlasTextRenderer;
+class SkMatrix;
+
/**
* The implementation of SkAtlasTextContext. This exists to hide the details from the public class.
* and to be able to use other private types.