summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/layout/svg/layout_svg_foreign_object.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/layout/svg/layout_svg_foreign_object.h')
-rw-r--r--chromium/third_party/blink/renderer/core/layout/svg/layout_svg_foreign_object.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/chromium/third_party/blink/renderer/core/layout/svg/layout_svg_foreign_object.h b/chromium/third_party/blink/renderer/core/layout/svg/layout_svg_foreign_object.h
index 4dffb3efd69..084e0431b1e 100644
--- a/chromium/third_party/blink/renderer/core/layout/svg/layout_svg_foreign_object.h
+++ b/chromium/third_party/blink/renderer/core/layout/svg/layout_svg_foreign_object.h
@@ -48,7 +48,7 @@ class LayoutSVGForeignObject final : public LayoutSVGBlock {
bool IsChildAllowed(LayoutObject*, const ComputedStyle&) const override;
- void Paint(const PaintInfo&, const LayoutPoint&) const override;
+ void Paint(const PaintInfo&) const override;
void UpdateLayout() override;
@@ -78,7 +78,6 @@ class LayoutSVGForeignObject final : public LayoutSVGBlock {
PaintLayerType LayerTypeRequired() const override;
private:
- bool AllowsOverflowClip() const override;
LayoutUnit ElementX() const;
LayoutUnit ElementY() const;
LayoutUnit ElementWidth() const;