| 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 8f9983412ace5324122b4e705de8e8fb6ec37f74..ea7fe639d5c2cc1c122e0560353a770fbeb9130b 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGViewportContainer.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGViewportContainer.h
|
| @@ -27,8 +27,9 @@
|
|
|
| namespace blink {
|
|
|
| -// This is used for non-root <svg> elements and <marker> elements, neither of which are SVGTransformable
|
| -// thus we inherit from LayoutSVGContainer instead of LayoutSVGTransformableContainer
|
| +// This is used for non-root <svg> elements and <marker> elements, neither of
|
| +// which are SVGTransformable thus we inherit from LayoutSVGContainer instead of
|
| +// LayoutSVGTransformableContainer
|
| class LayoutSVGViewportContainer final : public LayoutSVGContainer {
|
| public:
|
| explicit LayoutSVGViewportContainer(SVGElement*);
|
|
|