| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGForeignObject.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGForeignObject.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGForeignObject.cpp
|
| index 1f916a0ff13552b509a550625883ccec31a661cd..e45295775d3354565741e9f34a66fad32c7e65ec 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGForeignObject.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGForeignObject.cpp
|
| @@ -46,13 +46,6 @@ void LayoutSVGForeignObject::paint(const PaintInfo& paintInfo,
|
| SVGForeignObjectPainter(*this).paint(paintInfo);
|
| }
|
|
|
| -AffineTransform LayoutSVGForeignObject::localToSVGParentTransform() const {
|
| - // Unlike other viewport-defining SVG objects, here localSVGTransform applies
|
| - // to the viewport offset.
|
| - return localSVGTransform() *
|
| - AffineTransform::translation(location().x(), location().y());
|
| -}
|
| -
|
| LayoutUnit LayoutSVGForeignObject::elementX() const {
|
| return LayoutUnit(
|
| roundf(SVGLengthContext(toSVGElement(node()))
|
|
|