Index: Source/core/layout/LayoutBox.h |
diff --git a/Source/core/layout/LayoutBox.h b/Source/core/layout/LayoutBox.h |
index f640aef17163f1f7e789cefba047e822d6ae3b44..0c544e170e43464778c4d0e1e9b610c7ea6d4cbb 100644 |
--- a/Source/core/layout/LayoutBox.h |
+++ b/Source/core/layout/LayoutBox.h |
@@ -242,7 +242,7 @@ public: |
// does include the intrinsic padding in the content box as this is what some callers expect (like getComputedStyle). |
LayoutRect computedCSSContentBoxRect() const { return LayoutRect(borderLeft() + computedCSSPaddingLeft(), borderTop() + computedCSSPaddingTop(), clientWidth() - computedCSSPaddingLeft() - computedCSSPaddingRight(), clientHeight() - computedCSSPaddingTop() - computedCSSPaddingBottom()); } |
- void addFocusRingRects(Vector<LayoutRect>&, const LayoutPoint& additionalOffset) const override; |
+ void addOutlineRects(Vector<LayoutRect>&, const LayoutPoint& additionalOffset) const override; |
// Use this with caution! No type checking is done! |
LayoutBox* previousSiblingBox() const; |