| Index: src/gpu/GrBitmapTextContext.cpp
|
| diff --git a/src/gpu/GrBitmapTextContext.cpp b/src/gpu/GrBitmapTextContext.cpp
|
| index 21a8cc075d3a8c8acdd3ad975b6d119ebade7d69..1853fa4f934457452289ffdfed65e3013369bdcd 100755
|
| --- a/src/gpu/GrBitmapTextContext.cpp
|
| +++ b/src/gpu/GrBitmapTextContext.cpp
|
| @@ -515,13 +515,6 @@ void GrBitmapTextContext::appendGlyph(GrGlyph::PackedID packed,
|
| fCurrVertex += 4;
|
| }
|
|
|
| -static inline GrColor skcolor_to_grcolor_nopremultiply(SkColor c) {
|
| - unsigned r = SkColorGetR(c);
|
| - unsigned g = SkColorGetG(c);
|
| - unsigned b = SkColorGetB(c);
|
| - return GrColorPackRGBA(r, g, b, 0xff);
|
| -}
|
| -
|
| void GrBitmapTextContext::flush() {
|
| if (NULL == fDrawTarget) {
|
| return;
|
|
|