| Index: third_party/WebKit/Source/core/layout/LayoutObject.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| index dc73053c81ea21d00a0caf54fa45638805215bbe..322d0eaeaf0db694a7424746129387abdf3d8067 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| @@ -1032,6 +1032,11 @@ public:
|
| // bounding boxes.
|
| IntRect absoluteBoundingBoxRectIncludingDescendants() const;
|
|
|
| + // For accessibility, we want the bounding box rect of this element
|
| + // in local coordinates, which can then be converted to coordinates relative
|
| + // to any ancestor using, e.g., localToAncestorTransform.
|
| + virtual FloatRect localBoundingBoxRectForAccessibility() const = 0;
|
| +
|
| // This function returns the minimal logical width this object can have
|
| // without overflowing. This means that all the opportunities for wrapping
|
| // have been taken.
|
|
|