Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGViewportContainer.h |
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGViewportContainer.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGViewportContainer.h |
index ac931d698b367f29a48b328a6f84fb84091aa194..178bde03b28a9f1b0523d14d4bb813513a75ec83 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGViewportContainer.h |
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGViewportContainer.h |
@@ -50,7 +50,7 @@ private: |
const AffineTransform& localToSVGParentTransform() const override { return m_localToParentTransform; } |
void calcViewport() override; |
- TransformChange calculateLocalTransform() override; |
+ SVGTransformChange calculateLocalTransform() override; |
bool pointIsInsideViewportClip(const FloatPoint& pointInParent) override; |