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 8f2b35d1f241afe00fd0bed549076861a3ffde94..1df25d80c442895b73a0d44a2411a5bb9d39db0d 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutInline.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutInline.h |
@@ -243,8 +243,6 @@ private: |
// the rects for culled inline boxes, which aren't necessary for paint invalidation. |
LayoutRect clippedOverflowRect(const LayoutBoxModelObject*, const PaintInvalidationState* = nullptr) const; |
- void mapLocalToAncestor(const LayoutBoxModelObject* ancestor, TransformState&, MapCoordinatesFlags = ApplyContainerFlip, bool* wasFixed = 0, const PaintInvalidationState* = nullptr) const override; |
- |
PositionWithAffinity positionForPoint(const LayoutPoint&) final; |
IntRect borderBoundingBox() const final |