| Index: Source/WebCore/rendering/RenderFrameSet.h
|
| diff --git a/Source/WebCore/rendering/RenderFrameSet.h b/Source/WebCore/rendering/RenderFrameSet.h
|
| index 163986fa8e275e4ea50424e22cbc9311e6020ba9..8b92b04405503b67c104a3784e992856c69ff587 100644
|
| --- a/Source/WebCore/rendering/RenderFrameSet.h
|
| +++ b/Source/WebCore/rendering/RenderFrameSet.h
|
| @@ -110,15 +110,12 @@ private:
|
|
|
| inline HTMLFrameSetElement* frameSet() const;
|
|
|
| - bool flattenFrameSet() const;
|
| -
|
| void setIsResizing(bool);
|
|
|
| void layOutAxis(GridAxis&, const Length*, int availableSpace);
|
| void computeEdgeInfo();
|
| void fillFromEdgeInfo(const FrameEdgeInfo& edgeInfo, int r, int c);
|
| void positionFrames();
|
| - void positionFramesWithFlattening();
|
|
|
| int splitPosition(const GridAxis&, int split) const;
|
| int hitTestSplit(const GridAxis&, int position) const;
|
|
|