Index: Source/core/accessibility/AXObject.cpp |
diff --git a/Source/core/accessibility/AXObject.cpp b/Source/core/accessibility/AXObject.cpp |
index 465256a8921bfae8a0292263e4208958d3273e27..52520ae2f6c94d9df3585c017ad50ae4ad28655e 100644 |
--- a/Source/core/accessibility/AXObject.cpp |
+++ b/Source/core/accessibility/AXObject.cpp |
@@ -468,7 +468,7 @@ IntRect AXObject::boundingBoxForQuads(RenderObject* obj, const Vector<FloatQuad> |
IntRect r = quads[i].enclosingBoundingBox(); |
if (!r.isEmpty()) { |
if (obj->style()->hasAppearance()) |
- RenderTheme::theme().adjustRepaintRect(obj, r); |
+ RenderTheme::theme().adjustPaintInvalidationRect(obj, r); |
result.unite(r); |
} |
} |