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 e1455f55141dde19c3592e1ed39ddd27c4f34fad..1f45dfbcf80875d8abd91795ed92c652544ee504 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutInline.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutInline.h |
@@ -230,8 +230,8 @@ private: |
PaintLayerType layerTypeRequired() const override; |
- LayoutUnit offsetLeft() const final; |
- LayoutUnit offsetTop() const final; |
+ LayoutUnit offsetLeft(const Element*) const final; |
+ LayoutUnit offsetTop(const Element*) const final; |
LayoutUnit offsetWidth() const final { return linesBoundingBox().width(); } |
LayoutUnit offsetHeight() const final { return linesBoundingBox().height(); } |