| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGContainer.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGContainer.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGContainer.h
|
| index 5b1b59271f89448f9a0dff3ff879af418f0fffde..6b0ae7e0870c7b93808ddd3235e4d309bd79a7b8 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGContainer.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGContainer.h
|
| @@ -88,10 +88,12 @@ class LayoutSVGContainer : public LayoutSVGModelObject {
|
| const FloatPoint& pointInParent,
|
| HitTestAction) override;
|
|
|
| - // Allow LayoutSVGTransformableContainer to hook in at the right time in layout().
|
| + // Allow LayoutSVGTransformableContainer to hook in at the right time in
|
| + // layout().
|
| virtual SVGTransformChange calculateLocalTransform();
|
|
|
| - // Allow LayoutSVGViewportContainer to hook in at the right times in layout() and nodeAtFloatPoint().
|
| + // Allow LayoutSVGViewportContainer to hook in at the right times in layout()
|
| + // and nodeAtFloatPoint().
|
| virtual void calcViewport() {}
|
| virtual bool pointIsInsideViewportClip(const FloatPoint& /*pointInParent*/) {
|
| return true;
|
|
|