Index: src/gpu/GrTextContext.cpp |
diff --git a/src/gpu/GrTextContext.cpp b/src/gpu/GrTextContext.cpp |
index 1041b880f1daeee58dab1ff2e8a0ee79a305677b..a2e245d7e56f708e48c9ecb272e72e98c4153a2d 100644 |
--- a/src/gpu/GrTextContext.cpp |
+++ b/src/gpu/GrTextContext.cpp |
@@ -27,7 +27,9 @@ GrTextContext::GrTextContext(GrContext* context, const SkSurfaceProps& surfacePr |
, fSurfaceProps(surfaceProps) { |
} |
-GrTextContext::~GrTextContext() { delete fFallbackTextContext; } |
+GrTextContext::~GrTextContext() { |
+ delete fFallbackTextContext; |
+} |
void GrTextContext::drawText(GrDrawContext* dc, GrRenderTarget* rt, |
const GrClip& clip, const GrPaint& paint, |