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 --- tests/FontMgrAndroidParserTest.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/FontMgrAndroidParserTest.cpp') diff --git a/tests/FontMgrAndroidParserTest.cpp b/tests/FontMgrAndroidParserTest.cpp index 5f6ff06fe8..92dbd951c0 100644 --- a/tests/FontMgrAndroidParserTest.cpp +++ b/tests/FontMgrAndroidParserTest.cpp @@ -7,6 +7,7 @@ #include "Resources.h" #include "SkCommandLineFlags.h" +#include "SkFixed.h" #include "SkFontMgr_android_parser.h" #include "Test.h" -- cgit v1.2.3