Index: src/gpu/GrTextStrike.cpp |
diff --git a/src/gpu/GrTextStrike.cpp b/src/gpu/GrTextStrike.cpp |
index 29d1b91e8e2f65ef475a751f304828118cd9dedb..99d2537e492f356c5f826cb51e20a80636efa237 100644 |
--- a/src/gpu/GrTextStrike.cpp |
+++ b/src/gpu/GrTextStrike.cpp |
@@ -5,7 +5,6 @@ |
* found in the LICENSE file. |
*/ |
-#include "GrAtlas.h" |
#include "GrGpu.h" |
#include "GrRectanizer.h" |
#include "GrTextStrike.h" |
@@ -86,7 +85,8 @@ GrTextStrike* GrFontCache::generateStrike(GrFontScaler* scaler, |
fAtlasMgr[atlasIndex] = SkNEW_ARGS(GrAtlasMgr, (fGpu, config, |
textureSize, |
GR_NUM_PLOTS_X, |
- GR_NUM_PLOTS_Y)); |
+ GR_NUM_PLOTS_Y, |
+ true)); |
} |
GrTextStrike* strike = SkNEW_ARGS(GrTextStrike, |
(this, scaler->getKey(), format, fAtlasMgr[atlasIndex])); |