Index: Source/core/platform/graphics/skia/SkiaUtils.h |
diff --git a/Source/core/platform/graphics/skia/SkiaUtils.h b/Source/core/platform/graphics/skia/SkiaUtils.h |
index 757f4e2be684800fb324b3d34a01c6022587b86b..b56e5c865725b56ff1b78cb54f5fddf6eec7d82f 100644 |
--- a/Source/core/platform/graphics/skia/SkiaUtils.h |
+++ b/Source/core/platform/graphics/skia/SkiaUtils.h |
@@ -76,7 +76,7 @@ inline SkRect WebCoreFloatRectToSKRect(const FloatRect& rect) |
void ClipRectToCanvas(const GraphicsContext*, const SkRect& srcRect, SkRect* destRect); |
// Determine if a given WebKit point is contained in a path |
-bool SkPathContainsPoint(SkPath*, const FloatPoint&, SkPath::FillType); |
+bool SkPathContainsPoint(const SkPath&, const FloatPoint&, SkPath::FillType); |
} // namespace WebCore |