aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/FontScalerBench.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bench/FontScalerBench.cpp')
-rw-r--r--bench/FontScalerBench.cpp3
1 files changed, 2 insertions, 1 deletions
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(),