| 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..94bfd6dadaaa8c23eb1eec975c9e0aa61c458fbe 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;
|
| + unsigned calculateLocalTransform() override;
|
|
|
| AffineTransform viewportTransform() const;
|
|
|
|
|