Index: Source/core/layout/LayoutTextControl.h |
diff --git a/Source/core/layout/LayoutTextControl.h b/Source/core/layout/LayoutTextControl.h |
index cea44b2196b4d90330a4a370e8b37e5c0fc894b9..0230d1a47f168f066a5ed4d1cf8c84fd5d78ec5b 100644 |
--- a/Source/core/layout/LayoutTextControl.h |
+++ b/Source/core/layout/LayoutTextControl.h |
@@ -82,7 +82,7 @@ private: |
void addChild(LayoutObject* newChild, LayoutObject* beforeChild = nullptr) final; |
- void addFocusRingRects(Vector<LayoutRect>&, const LayoutPoint& additionalOffset) const final; |
+ void addOutlineRects(Vector<LayoutRect>&, const LayoutPoint& additionalOffset) const final; |
bool canBeProgramaticallyScrolled() const final { return true; } |
}; |