| Index: third_party/WebKit/Source/core/layout/api/LineLayoutItem.h
|
| diff --git a/third_party/WebKit/Source/core/layout/api/LineLayoutItem.h b/third_party/WebKit/Source/core/layout/api/LineLayoutItem.h
|
| index 5898a3e6131352f54f60ff8826e913d6ceb3a64b..bec369a077782daf92a48358c5156e43d69ce0bf 100644
|
| --- a/third_party/WebKit/Source/core/layout/api/LineLayoutItem.h
|
| +++ b/third_party/WebKit/Source/core/layout/api/LineLayoutItem.h
|
| @@ -94,6 +94,11 @@ public:
|
| return m_layoutObject->updateHitTestResult(result, point);
|
| }
|
|
|
| + FloatQuad localToAbsoluteQuad(const FloatQuad& quad, MapCoordinatesFlags mode = 0, bool* wasFixed = nullptr) const
|
| + {
|
| + return m_layoutObject->localToAbsoluteQuad(quad, mode, wasFixed);
|
| + }
|
| +
|
| LineLayoutItem nextSibling() const
|
| {
|
| return LineLayoutItem(m_layoutObject->nextSibling());
|
|
|