Index: Source/core/style/ComputedStyle.h |
diff --git a/Source/core/style/ComputedStyle.h b/Source/core/style/ComputedStyle.h |
index 6ece4353b78f77cca16af6bc0c01be4cbb0e63db..355492e72ef692943eafab401d1c2d8ffa2e7e03 100644 |
--- a/Source/core/style/ComputedStyle.h |
+++ b/Source/core/style/ComputedStyle.h |
@@ -1043,7 +1043,7 @@ public: |
} |
FloatRoundedRect getRoundedBorderFor(const LayoutRect& borderRect, bool includeLogicalLeftEdge = true, |
- bool includeLogicalRightEdge = true, const FloatRectOutsets* insets = nullptr) const; |
+ bool includeLogicalRightEdge = true) const; |
FloatRoundedRect getRoundedInnerBorderFor(const LayoutRect& borderRect, bool includeLogicalLeftEdge = true, bool includeLogicalRightEdge = true) const; |
FloatRoundedRect getRoundedInnerBorderFor(const LayoutRect& borderRect, |