From 6c71e0a065c2eb32139682bb1ca1cbbeb02ebcb9 Mon Sep 17 00:00:00 2001 From: benjaminwagner Date: Thu, 7 Apr 2016 08:49:31 -0700 Subject: Reverse dependency between SkScalar.h and SkFixed.h. The following are unused in Chromium, Android, Mozilla, and Google3: - SkFixedToScalar - SkScalarToFixed The following are additionally unused in Skia: - SkStrAppendFixed - SkWriteBuffer::writeFixed BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1841123002 Review URL: https://codereview.chromium.org/1841123002 --- bench/InterpBench.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'bench/InterpBench.cpp') diff --git a/bench/InterpBench.cpp b/bench/InterpBench.cpp index b95f57d50d..f259b83cc5 100644 --- a/bench/InterpBench.cpp +++ b/bench/InterpBench.cpp @@ -7,6 +7,7 @@ #include "Benchmark.h" #include "SkColorPriv.h" +#include "SkFixed.h" #include "SkMatrix.h" #include "SkPaint.h" #include "SkRandom.h" -- cgit v1.2.3