aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrAtlasTextContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/GrAtlasTextContext.h')
-rw-r--r--src/gpu/GrAtlasTextContext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpu/GrAtlasTextContext.h b/src/gpu/GrAtlasTextContext.h
index 3462b65058..f5421a669c 100644
--- a/src/gpu/GrAtlasTextContext.h
+++ b/src/gpu/GrAtlasTextContext.h
@@ -12,7 +12,7 @@
#include "GrAtlasTextBlob.h"
#include "GrGeometryProcessor.h"
-#include "SkTextBlob.h"
+#include "SkTextBlobRunIterator.h"
#ifdef GR_TEST_UTILS
#include "GrBatchTest.h"
@@ -73,7 +73,7 @@ private:
GrGlyph*);
inline void flushRunAsPaths(GrDrawContext*, GrRenderTarget*,
- const SkTextBlob::RunIterator&, const GrClip& clip,
+ const SkTextBlobRunIterator&, const GrClip& clip,
const SkPaint&, SkDrawFilter*,
const SkMatrix& viewMatrix, const SkIRect& clipBounds, SkScalar x,
SkScalar y);