| Index: src/gpu/GrAtlasTextContext.h
 | 
| diff --git a/src/gpu/GrAtlasTextContext.h b/src/gpu/GrAtlasTextContext.h
 | 
| index 3462b650582bdf8da104ba7d54a431cd5897222a..f5421a669c5a0a0d12e12ad25b3f1ace73043d28 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);
 | 
| 
 |