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>
This commit is contained in:
Mike Reed 2019-02-01 17:06:41 -05:00 committed by Skia Commit-Bot
parent 72c687807f
commit 00dcf66865

View File

@ -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.