aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMike Reed <reed@google.com>2019-02-01 17:06:41 -0500
committerSkia Commit-Bot <skia-commit-bot@chromium.org>2019-02-02 02:26:51 +0000
commit00dcf668659ab26b8691c64a977fdd19e9e8df09 (patch)
tree6d9c3ebfca8a271d36b19cd03f47b6b4550184f0 /include
parent72c687807f5e96c9b3797d4200eb0af411f8a7cc (diff)
downloadskqp-00dcf668659ab26b8691c64a977fdd19e9e8df09.tar.gz
remove legacy forward declares
Bug: skia: Change-Id: Ie83cef8e47b27c3a59fe251b9c81dca7c4d15232 Reviewed-on: https://skia-review.googlesource.com/c/188820 Reviewed-by: Mike Reed <reed@google.com> Auto-Submit: Mike Reed <reed@google.com> Commit-Queue: Ravi Mistry <rmistry@google.com>
Diffstat (limited to 'include')
-rw-r--r--include/core/SkPaint.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/core/SkPaint.h b/include/core/SkPaint.h
index 481a5a0acd..3d6a93890c 100644
--- a/include/core/SkPaint.h
+++ b/include/core/SkPaint.h
@@ -35,10 +35,6 @@ class SkPathEffect;
struct SkPoint;
class SkShader;
-// TODO: remove after updating android sites to IWYU
-#include "SkFontMetrics.h"
-class SkSurfaceProps;
-
/** \class SkPaint
SkPaint controls options applied when drawing. SkPaint collects all
options outside of the SkCanvas clip and SkCanvas matrix.