| 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 7fd6a9509d8c34b0bf7218efb1a2886e3b702d6d..d985dde2962c2da9b9cc961e13af6908a53ec592 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMarker.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMarker.h
|
| @@ -58,7 +58,7 @@ public:
|
| private:
|
| void layout() override;
|
| void calcViewport() override;
|
| - TransformChange calculateLocalTransform() override;
|
| + SVGTransformChange calculateLocalTransform() override;
|
|
|
| AffineTransform viewportTransform() const;
|
|
|
|
|