From 7bf28cfe8fe0385091d37d7382ad28ac67b88f76 Mon Sep 17 00:00:00 2001 From: tfarina Date: Sun, 21 Dec 2014 18:49:49 -0800 Subject: [PATCH] skia/ext: Remove unused SkFontHost.h include from image_operations.cc Basically SkFontHost is deprecated and SkPixelGeometry should be used when possible, but since nothing in ImageOperations is using it, removed this unused include. BUG=None TEST=compiles TBR=reed@google.com Review URL: https://codereview.chromium.org/817913003 Cr-Commit-Position: refs/heads/master@{#309385} --- skia/ext/image_operations.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/skia/ext/image_operations.cc b/skia/ext/image_operations.cc index 17c99973aeeb..e91b42e78e42 100644 --- a/skia/ext/image_operations.cc +++ b/skia/ext/image_operations.cc @@ -18,7 +18,6 @@ #include "build/build_config.h" #include "skia/ext/convolver.h" #include "third_party/skia/include/core/SkColorPriv.h" -#include "third_party/skia/include/core/SkFontHost.h" #include "third_party/skia/include/core/SkRect.h" namespace skia { -- 2.11.4.GIT