From 073c90769e4cc7bf14323c1cab59339463604ecd Mon Sep 17 00:00:00 2001 From: "reed@google.com" Date: Tue, 8 Nov 2011 20:03:48 +0000 Subject: use new PurgeFontCache() api git-svn-id: http://skia.googlecode.com/svn/trunk@2633 2bbb7eff-a529-9590-31e7-b0007b416f81 --- bench/FontScalerBench.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bench/FontScalerBench.cpp') diff --git a/bench/FontScalerBench.cpp b/bench/FontScalerBench.cpp index 4255f67bad..4ac6a35e08 100644 --- a/bench/FontScalerBench.cpp +++ b/bench/FontScalerBench.cpp @@ -37,7 +37,8 @@ protected: // this is critical - we want to time the creation process, so we // explicitly flush our cache before each run - SkGraphics::SetFontCacheUsed(0); + SkGraphics::PurgeFontCache(); + for (int ps = 9; ps <= 24; ps += 2) { paint.setTextSize(SkIntToScalar(ps)); canvas->drawText(fText.c_str(), fText.size(), -- cgit v1.2.3