| Index: Source/core/rendering/RenderIFrame.h
|
| diff --git a/Source/core/rendering/RenderIFrame.h b/Source/core/rendering/RenderIFrame.h
|
| index 780907dc2fd037c4a73229c739de7e384c2f8458..93f19d6981907d041782f3154c12a6b9e85bc605 100644
|
| --- a/Source/core/rendering/RenderIFrame.h
|
| +++ b/Source/core/rendering/RenderIFrame.h
|
| @@ -36,12 +36,7 @@ class RenderIFrame FINAL : public RenderPart {
|
| public:
|
| explicit RenderIFrame(Element*);
|
|
|
| - bool isSeamless() const;
|
| -
|
| private:
|
| - virtual LayoutUnit minPreferredLogicalWidth() const OVERRIDE;
|
| - virtual LayoutUnit maxPreferredLogicalWidth() const OVERRIDE;
|
| -
|
| virtual bool shouldComputeSizeAsReplaced() const OVERRIDE;
|
| virtual bool isInlineBlockOrInlineTable() const OVERRIDE;
|
|
|
| @@ -53,8 +48,6 @@ private:
|
|
|
| virtual LayerType layerTypeRequired() const OVERRIDE;
|
|
|
| - void layoutSeamlessly();
|
| -
|
| RenderView* contentRootRenderer() const;
|
| };
|
|
|
|
|