Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(754)

Unified Diff: Source/core/rendering/RenderIFrame.h

Issue 138443013: Remove iframe@seamless (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Include remove tests Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
};

Powered by Google App Engine
This is Rietveld 408576698