| Index: Source/core/rendering/RenderBlock.h
|
| diff --git a/Source/core/rendering/RenderBlock.h b/Source/core/rendering/RenderBlock.h
|
| index 4ecbfd98666c43c0527f474df32df4bb401fb107..40c47940b6902a526078f627e7c37767c6afef18 100644
|
| --- a/Source/core/rendering/RenderBlock.h
|
| +++ b/Source/core/rendering/RenderBlock.h
|
| @@ -456,6 +456,7 @@ protected:
|
| bool createsBlockFormattingContext() const;
|
|
|
| public:
|
| + LayoutUnit pageLogicalTopForOffset(LayoutUnit offset) const;
|
| LayoutUnit pageLogicalHeightForOffset(LayoutUnit offset) const;
|
| LayoutUnit pageRemainingLogicalHeightForOffset(LayoutUnit offset, PageBoundaryRule = IncludePageBoundary) const;
|
|
|
|
|