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 0dbdd3e2593c80528ff025dc87d668af9ec314a6..9441d2dc6bb2e116d879fea9acb3da424c90b1d2 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutInline.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutInline.h |
@@ -192,6 +192,8 @@ private: |
PositionWithAffinity positionForPoint(const LayoutPoint&) final; |
+ LayoutRect frameRectForStickyPositioning() const override final { return LayoutRect(linesBoundingBox()); } |
+ |
IntRect borderBoundingBox() const final |
{ |
IntRect boundingBox = linesBoundingBox(); |