| Index: third_party/WebKit/Source/core/layout/LayoutBox.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.h b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| index 85cfa9c86f9808673b88ecb25e78b38779537a02..1ee0b5b1c8dbc38239af87f94b170b28fbcf759e 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| @@ -521,6 +521,7 @@ public:
|
|
|
| void absoluteRects(Vector<IntRect>&, const LayoutPoint& accumulatedOffset) const override;
|
| void absoluteQuads(Vector<FloatQuad>&) const override;
|
| + FloatRect localBoundingBoxRectForAccessibility() const final;
|
|
|
| int reflectionOffset() const;
|
| // Given a rect in the object's coordinate space, returns the corresponding rect in the reflection.
|
|
|