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 1df25d80c442895b73a0d44a2411a5bb9d39db0d..11a367cb8a4cbd50d942d59f376cea683393345e 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutInline.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutInline.h |
@@ -140,7 +140,7 @@ public: |
void absoluteRects(Vector<IntRect>&, const LayoutPoint& accumulatedOffset) const final; |
void absoluteQuads(Vector<FloatQuad>&, bool* wasFixed) const override; |
- LayoutSize offsetFromContainer(const LayoutObject*, const LayoutPoint&, bool* offsetDependsOnPoint = nullptr) const final; |
+ LayoutSize offsetFromContainer(const LayoutObject*) const final; |
IntRect linesBoundingBox() const; |
LayoutRect visualOverflowRect() const final; |