| Index: third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
 | 
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
 | 
| index 10f88d5ca46d35321b7058409fa6311bddb5c6a8..e7abbf63e918f59d567e93797cffa2b0b3d6f6ce 100644
 | 
| --- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
 | 
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
 | 
| @@ -311,6 +311,9 @@ protected:
 | 
|  
 | 
|      void computeSelfHitTestRects(Vector<LayoutRect>&, const LayoutPoint& layerOffset) const override;
 | 
|  
 | 
| +    void absoluteRects(Vector<IntRect>&, const LayoutPoint& accumulatedOffset) const override;
 | 
| +    void absoluteQuads(Vector<FloatQuad>&) const override;
 | 
| +
 | 
|      LayoutUnit logicalRightOffsetForLine(LayoutUnit logicalTop, LayoutUnit fixedOffset, IndentTextOrNot applyTextIndent, LayoutUnit logicalHeight = LayoutUnit()) const
 | 
|      {
 | 
|          return adjustLogicalRightOffsetForLine(logicalRightFloatOffsetForLine(logicalTop, fixedOffset, logicalHeight), applyTextIndent);
 | 
| 
 |