Index: src/gpu/GrBitmapTextContext.cpp |
diff --git a/src/gpu/GrBitmapTextContext.cpp b/src/gpu/GrBitmapTextContext.cpp |
index d06df1c16bcce17ee33f8462e9512b2a2aef8b6e..a8ac78a209105bf58c3def737eeae083fe64e81e 100755 |
--- a/src/gpu/GrBitmapTextContext.cpp |
+++ b/src/gpu/GrBitmapTextContext.cpp |
@@ -586,7 +586,7 @@ void GrBitmapTextContext::flush() { |
SkFAIL("Unexpected mask format."); |
} |
- GrTextureParams params(SkShader::kRepeat_TileMode, GrTextureParams::kNone_FilterMode); |
+ GrTextureParams params(SkShader::kClamp_TileMode, GrTextureParams::kNone_FilterMode); |
uint32_t textureUniqueID = fCurrTexture->getUniqueID(); |
if (textureUniqueID != fEffectTextureUniqueID || |
fCachedGeometryProcessor->color() != color || |