| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGHiddenContainer.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGHiddenContainer.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGHiddenContainer.h
|
| index d19b97265f78dd8cf4a189d1914bfb769faa0fa1..1fd3fa75614fec9ea5c3b3ad22498c8085a53ad3 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGHiddenContainer.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGHiddenContainer.h
|
| @@ -26,8 +26,8 @@ namespace blink {
|
|
|
| class SVGElement;
|
|
|
| -// This class is for containers which are never drawn, but do need to support style
|
| -// <defs>, <linearGradient>, <radialGradient> are all good examples
|
| +// This class is for containers which are never drawn, but do need to support
|
| +// style <defs>, <linearGradient>, <radialGradient> are all good examples
|
| class LayoutSVGHiddenContainer : public LayoutSVGContainer {
|
| public:
|
| explicit LayoutSVGHiddenContainer(SVGElement*);
|
|
|