Roll external/skia 8c14038e5..88e58a791 (1 commits)

https://skia.googlesource.com/skia.git/+log/8c14038e5..88e58a791

2019-02-04 reed@google.com remove legacy includes

The AutoRoll server is located here: https://autoroll-internal.skia.org/r/android-master-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.

Test: Presubmit checks will test this change.
Change-Id: I5ac33b027a499fbc3aa201a0f65a05f5d3743913
Exempt-From-Owner-Approval: The autoroll bot does not require owner approval.
diff --git a/include/core/SkPaint.h b/include/core/SkPaint.h
index 55bc53b..3d6a938 100644
--- a/include/core/SkPaint.h
+++ b/include/core/SkPaint.h
@@ -35,11 +35,6 @@
 struct SkPoint;
 class SkShader;
 
-#ifdef SK_SUPPORT_LEGACY_INCLUDEFONTMETRICS
-#include "SkFontMetrics.h"
-class SkSurfaceProps;
-#endif
-
 /** \class SkPaint
     SkPaint controls options applied when drawing. SkPaint collects all
     options outside of the SkCanvas clip and SkCanvas matrix.