diff --git a/flow/layers/performance_overlay_layer.cc b/flow/layers/performance_overlay_layer.cc index 1ec2eeaa3b9bd..210812576a1e1 100644 --- a/flow/layers/performance_overlay_layer.cc +++ b/flow/layers/performance_overlay_layer.cc @@ -19,6 +19,7 @@ void DrawStatisticsText(SkCanvas& canvas, paint.setTextSize(15); paint.setLinearText(false); paint.setColor(SK_ColorGRAY); + paint.setAntiAlias(true); canvas.drawText(string.c_str(), string.size(), x, y, paint); }