aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/ShaderMaskBench.cpp
diff options
context:
space:
mode:
authorGravatar tfarina <tfarina@chromium.org>2014-12-18 05:48:53 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-12-18 05:48:53 -0800
commit1348dfd5df187847e991dbf6658f493c6351e1d8 (patch)
tree4888f75170ca794a1b5d5851bb15e875ea8b9afa /bench/ShaderMaskBench.cpp
parent1334c21eee8c5b0b216895934e7a8e1c08c6f510 (diff)
Cleanup: Remove a bunch of SkFontHost.h includes (unused).
Nobody that is including SkFontHost is using SkFontHost API, so lets remove this includes, since the API per se is deprecated. BUG=None R=reed@google.com Review URL: https://codereview.chromium.org/803733006
Diffstat (limited to 'bench/ShaderMaskBench.cpp')
-rw-r--r--bench/ShaderMaskBench.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/bench/ShaderMaskBench.cpp b/bench/ShaderMaskBench.cpp
index aa3dadff2f..32805352fc 100644
--- a/bench/ShaderMaskBench.cpp
+++ b/bench/ShaderMaskBench.cpp
@@ -8,7 +8,6 @@
#include "Benchmark.h"
#include "SkCanvas.h"
#include "SkColorShader.h"
-#include "SkFontHost.h"
#include "SkPaint.h"
#include "SkRandom.h"
#include "SkString.h"