| Index: Source/core/rendering/RenderBlock.h
|
| diff --git a/Source/core/rendering/RenderBlock.h b/Source/core/rendering/RenderBlock.h
|
| index 99914d9627cc3402589eb0dbe1fd327244aceb0a..3543af85ea0804de9bfcf1012721c7c0422d0b44 100644
|
| --- a/Source/core/rendering/RenderBlock.h
|
| +++ b/Source/core/rendering/RenderBlock.h
|
| @@ -467,8 +467,6 @@ protected:
|
| // column balancer to help set a good minimum column height.
|
| void updateMinimumPageHeight(LayoutUnit offset, LayoutUnit minHeight);
|
|
|
| - LayoutUnit adjustForUnsplittableChild(RenderBox* child, LayoutUnit logicalOffset, bool includeMargins = false); // If the child is unsplittable and can't fit on the current page, return the top of the next page/column.
|
| -
|
| // Adjust from painting offsets to the local coords of this renderer
|
| void offsetForContents(LayoutPoint&) const;
|
|
|
|
|