Index: third_party/WebKit/Source/platform/graphics/skia/SkiaUtils.h |
diff --git a/third_party/WebKit/Source/platform/graphics/skia/SkiaUtils.h b/third_party/WebKit/Source/platform/graphics/skia/SkiaUtils.h |
index af2024fa57004127916a641133a79cbf42f19512..bb4fc4364139a19f1a45fa825bf2c9839f1c0c92 100644 |
--- a/third_party/WebKit/Source/platform/graphics/skia/SkiaUtils.h |
+++ b/third_party/WebKit/Source/platform/graphics/skia/SkiaUtils.h |
@@ -93,9 +93,6 @@ inline WindRule SkFillTypeToWindRule(SkPath::FillType fillType) |
return RULE_NONZERO; |
} |
-// Determine if a given WebKit point is contained in a path |
-bool SkPathContainsPoint(const SkPath&, const FloatPoint&, SkPath::FillType); |
- |
SkMatrix PLATFORM_EXPORT affineTransformToSkMatrix(const AffineTransform&); |
bool nearlyIntegral(float value); |