| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePaintServer.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePaintServer.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePaintServer.h
|
| index ed0c6b633164410f8f0a51612e606766cf5c66ec..6999217e7af279e50b1a066455b2c2d173ab3840 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePaintServer.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePaintServer.h
|
| @@ -72,7 +72,8 @@ class SVGPaintServer {
|
| Color m_color;
|
| };
|
|
|
| -// If |SVGPaintDescription::hasFallback| is true, |SVGPaintDescription::color| is set to a fallback color.
|
| +// If |SVGPaintDescription::hasFallback| is true, |SVGPaintDescription::color|
|
| +// is set to a fallback color.
|
| struct SVGPaintDescription {
|
| STACK_ALLOCATED();
|
| SVGPaintDescription()
|
|
|