Index: src/gpu/batches/GrAtlasTextBatch.cpp |
diff --git a/src/gpu/batches/GrAtlasTextBatch.cpp b/src/gpu/batches/GrAtlasTextBatch.cpp |
index efb53a353d105320bd263a97b8c50e60012b4879..11b35c196b28b7ce1cbbc2b16918252f718e84a1 100644 |
--- a/src/gpu/batches/GrAtlasTextBatch.cpp |
+++ b/src/gpu/batches/GrAtlasTextBatch.cpp |
@@ -7,7 +7,6 @@ |
#include "GrAtlasTextBatch.h" |
-#include "GrBatchFontCache.h" |
#include "GrBatchFlushState.h" |
#include "GrBatchTest.h" |
#include "GrResourceProvider.h" |
@@ -17,6 +16,7 @@ |
#include "effects/GrBitmapTextGeoProc.h" |
#include "effects/GrDistanceFieldGeoProc.h" |
+#include "text/GrBatchFontCache.h" |
//////////////////////////////////////////////////////////////////////////////////////////////////// |
// A large template to handle regenerating the vertices of a textblob with as few branches as |