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 c81eaf7148b5d3f1043cbd489ac38c54987ea547..7fd6a9509d8c34b0bf7218efb1a2886e3b702d6d 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; |
- bool calculateLocalTransform() override; |
+ TransformChange calculateLocalTransform() override; |
AffineTransform viewportTransform() const; |