| Index: trunk/Source/core/rendering/RenderFrameSet.h
|
| ===================================================================
|
| --- trunk/Source/core/rendering/RenderFrameSet.h (revision 148648)
|
| +++ trunk/Source/core/rendering/RenderFrameSet.h (working copy)
|
| @@ -110,12 +110,15 @@
|
|
|
| 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;
|
|
|