| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMarker.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMarker.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMarker.h
|
| index 22a7988ec6bcd23ccf12d67601076c8ae0e5e62e..3c6bb3fe4b413a1c223f65be627e98a8e28608c9 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMarker.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMarker.h
|
| @@ -43,7 +43,7 @@ class LayoutSVGResourceMarker final : public LayoutSVGResourceContainer {
|
| // space.
|
| FloatRect markerBoundaries(const AffineTransform& markerTransformation) const;
|
|
|
| - const AffineTransform& localToSVGParentTransform() const override;
|
| + AffineTransform localToSVGParentTransform() const override;
|
| AffineTransform markerTransformation(const FloatPoint& origin,
|
| float angle,
|
| float strokeWidth) const;
|
| @@ -66,7 +66,6 @@ class LayoutSVGResourceMarker final : public LayoutSVGResourceContainer {
|
|
|
| AffineTransform viewportTransform() const;
|
|
|
| - mutable AffineTransform m_localToParentTransform;
|
| FloatRect m_viewport;
|
| };
|
|
|
|
|