Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGShape.h |
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGShape.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGShape.h |
index 55b53b89d40d2c520edcdf9f4c33ae3fdbcff143..d32716a16dd920122bbcc8cd56685bebe0ddffcc 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGShape.h |
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGShape.h |
@@ -124,7 +124,6 @@ private: |
FloatRect strokeBoundingBox() const final { return m_strokeBoundingBox; } |
FloatRect calculateObjectBoundingBox() const; |
FloatRect calculateStrokeBoundingBox() const; |
- void updatePaintInvalidationBoundingBox(); |
void updateLocalTransform(); |
private: |