Chromium Code Reviews| Index: Source/core/layout/svg/LayoutSVGRect.h |
| diff --git a/Source/core/layout/svg/LayoutSVGRect.h b/Source/core/layout/svg/LayoutSVGRect.h |
| index 730f5bba0825d948e977b8f94e446389a3dd64e4..184aea0a717e24c43b205af5962812bb3910e8b1 100644 |
| --- a/Source/core/layout/svg/LayoutSVGRect.h |
| +++ b/Source/core/layout/svg/LayoutSVGRect.h |
| @@ -49,8 +49,6 @@ private: |
| bool definitelyHasSimpleStroke() const; |
| private: |
| - FloatRect m_innerStrokeRect; |
| - FloatRect m_outerStrokeRect; |
| bool m_usePathFallback; |
| }; |