| Index: third_party/WebKit/Source/core/layout/LayoutInline.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutInline.h b/third_party/WebKit/Source/core/layout/LayoutInline.h
|
| index bda50013ea4b51f24523692b26ee99823caeb3fd..fcd268ddd3d8df6923f01feca0901469a0e66d49 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutInline.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutInline.h
|
| @@ -139,6 +139,7 @@ public:
|
|
|
| void absoluteRects(Vector<IntRect>&, const LayoutPoint& accumulatedOffset) const final;
|
| void absoluteQuads(Vector<FloatQuad>&) const override;
|
| + FloatRect localBoundingBoxRectForAccessibility() const final;
|
|
|
| LayoutSize offsetFromContainer(const LayoutObject*) const final;
|
|
|
|
|