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 ea7fe639d5c2cc1c122e0560353a770fbeb9130b..0511046016ee83259d1513f0eaea95caba21f4c9 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGViewportContainer.h |
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGViewportContainer.h |
@@ -27,9 +27,8 @@ |
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 which are SVGTransformable thus we |
+// inherit from LayoutSVGContainer instead of LayoutSVGTransformableContainer. |
class LayoutSVGViewportContainer final : public LayoutSVGContainer { |
public: |
explicit LayoutSVGViewportContainer(SVGElement*); |