summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/layout/svg/layout_svg_ellipse.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/layout/svg/layout_svg_ellipse.h')
-rw-r--r--chromium/third_party/blink/renderer/core/layout/svg/layout_svg_ellipse.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/blink/renderer/core/layout/svg/layout_svg_ellipse.h b/chromium/third_party/blink/renderer/core/layout/svg/layout_svg_ellipse.h
index 1cc039d9091..9672a40b6ac 100644
--- a/chromium/third_party/blink/renderer/core/layout/svg/layout_svg_ellipse.h
+++ b/chromium/third_party/blink/renderer/core/layout/svg/layout_svg_ellipse.h
@@ -48,8 +48,8 @@ class LayoutSVGEllipse final : public LayoutSVGShape {
return use_path_fallback_ ? LayoutSVGShape::IsShapeEmpty()
: fill_bounding_box_.IsEmpty();
}
- bool ShapeDependentStrokeContains(const FloatPoint&) override;
- bool ShapeDependentFillContains(const FloatPoint&,
+ bool ShapeDependentStrokeContains(const HitTestLocation&) override;
+ bool ShapeDependentFillContains(const HitTestLocation&,
const WindRule) const override;
void CalculateRadiiAndCenter();
bool HasContinuousStroke() const;