| Index: Source/core/rendering/svg/RenderSVGRoot.h | 
| diff --git a/Source/core/rendering/svg/RenderSVGRoot.h b/Source/core/rendering/svg/RenderSVGRoot.h | 
| index 26e8bc5f7944d1e672511acaa90b8164a1b15200..ff7db555d86ea9d844fb9af310724f6680502c73 100644 | 
| --- a/Source/core/rendering/svg/RenderSVGRoot.h | 
| +++ b/Source/core/rendering/svg/RenderSVGRoot.h | 
| @@ -63,10 +63,6 @@ public: | 
| // localToBorderBoxTransform maps local SVG viewport coordinates to local CSS box coordinates. | 
| const AffineTransform& localToBorderBoxTransform() const { return m_localToBorderBoxTransform; } | 
|  | 
| -    // The flag is cleared at the beginning of each layout() pass. Elements then call this | 
| -    // method during layout when they are invalidated by a filter. | 
| -    static void addResourceForClientInvalidation(RenderSVGResourceContainer*); | 
| - | 
| private: | 
| virtual RenderObjectChildList* virtualChildren() { return children(); } | 
| virtual const RenderObjectChildList* virtualChildren() const { return children(); } | 
| @@ -119,7 +115,6 @@ private: | 
| FloatRect m_repaintBoundingBox; | 
| mutable AffineTransform m_localToParentTransform; | 
| AffineTransform m_localToBorderBoxTransform; | 
| -    HashSet<RenderSVGResourceContainer*> m_resourcesNeedingToInvalidateClients; | 
| bool m_isLayoutSizeChanged : 1; | 
| bool m_needsBoundariesOrTransformUpdate : 1; | 
| }; | 
|  |