| Index: src/gpu/GrDistanceFieldTextContext.cpp
|
| diff --git a/src/gpu/GrDistanceFieldTextContext.cpp b/src/gpu/GrDistanceFieldTextContext.cpp
|
| index 8d993fa2039e116f4cca56ed9fd55e67131af6e4..6bae7029f64b801edd4e245bfe4dee396aa44e4e 100755
|
| --- a/src/gpu/GrDistanceFieldTextContext.cpp
|
| +++ b/src/gpu/GrDistanceFieldTextContext.cpp
|
| @@ -528,7 +528,6 @@ bool GrDistanceFieldTextContext::appendGlyph(GrGlyph::PackedID packed,
|
| SkScalarTruncToInt(dstRect.top()),
|
| SkScalarTruncToInt(dstRect.right()),
|
| SkScalarTruncToInt(dstRect.bottom()))) {
|
| -// SkCLZ(3); // so we can set a break-point in the debugger
|
| return true;
|
| }
|
|
|
|
|