Index: third_party/WebKit/Source/core/layout/LayoutBox.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.h b/third_party/WebKit/Source/core/layout/LayoutBox.h |
index c2d018da23a33ee711fe1721bb230c8ecd6fa383..d8d1a129e703abf0cca586b0889b2c637d3ad486 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBox.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutBox.h |
@@ -825,21 +825,6 @@ public: |
virtual bool needsPreferredWidthsRecalculation() const; |
- struct IntrinsicSizingInfo { |
- STACK_ALLOCATED(); |
- IntrinsicSizingInfo() : hasWidth(true), hasHeight(true) {} |
- |
- FloatSize size; |
- FloatSize aspectRatio; |
- bool hasWidth; |
- bool hasHeight; |
- |
- void transpose(); |
- }; |
- |
- // Computes the logical intrinsic sizing information. |
- virtual void computeIntrinsicSizingInfo(IntrinsicSizingInfo&) const { } |
- |
IntSize scrolledContentOffset() const; |
void mapScrollingContentsRectToBoxSpace(LayoutRect&) const; |
void applyOverflowClip(LayoutRect&) const; |