| Index: third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.cpp b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| index 495abb158f8491cada883438c03bb6ec6b2d065f..22c9acdecad7fc9b01f776650e8885a8d5bcc3b9 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| @@ -3280,13 +3280,7 @@ FloatRect LayoutObject::visualRectInLocalSVGCoordinates() const {
|
| }
|
|
|
| AffineTransform LayoutObject::localSVGTransform() const {
|
| - static const AffineTransform identity;
|
| - return identity;
|
| -}
|
| -
|
| -const AffineTransform& LayoutObject::localToSVGParentTransform() const {
|
| - static const AffineTransform identity;
|
| - return identity;
|
| + return AffineTransform();
|
| }
|
|
|
| bool LayoutObject::nodeAtFloatPoint(HitTestResult&,
|
|
|