From 427c2819d9237d7d7729c59238036cfc73c072ea Mon Sep 17 00:00:00 2001 From: mtklein Date: Wed, 4 May 2016 11:31:29 -0700 Subject: Modernize SkMutex and SkSemaphore. - use - fuse SkMutex and SkBaseMutex - fuse SkSemaphore and SkBaseSemaphore Still TODO: - replace SK_DECLARE_STATIC_MUTEX(name) with static SkMutex name I just didn't want to bother fixing all that up until I know this CL sticks. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1947153002 No public API changes. TBR=reed@google.com Review-Url: https://codereview.chromium.org/1947153002 --- include/ports/SkFontConfigInterface.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/ports') diff --git a/include/ports/SkFontConfigInterface.h b/include/ports/SkFontConfigInterface.h index 72cad0ad6b..9f98e356d2 100644 --- a/include/ports/SkFontConfigInterface.h +++ b/include/ports/SkFontConfigInterface.h @@ -13,7 +13,6 @@ #include "SkRefCnt.h" #include "SkTypeface.h" -struct SkBaseMutex; class SkFontMgr; /** -- cgit v1.2.3